Color Hex Logo

#b03dfa Color Hex

#B03DFA
(176,61,250)
0 Favorites   0 Comments

Color spaces of #b03dfa

RGB 17661250
HSL0.770.950.61
HSV277°76°98°
CMYK 0.300.760.00   0.02
XYZ36.828619.469792.2594
Yxy19.46970.24790.1311
Hunter Lab44.124571.7676-93.0817
CIE-Lab51.232374.7237-73.3371

#b03dfa color RGB value is (176,61,250).

#b03dfa hex color red value is 176, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b03dfa hue: 0.77 , saturation: 0.95 and the lightness value of b03dfa is 0.61.

The process color (four color CMYK) of #b03dfa color hex is 0.30, 0.76, 0.00, 0.02. Web safe color of #b03dfa is #9933ff. Color #b03dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111101 11111010
Octal 260 75 372
Decimal 176 61 250
Hex B0 3D FA

RGB Percentages of Color #b03dfa

%36.14
%12.53
%51.33

CMYK Percentages of Color #b03dfa

%30
%76
%0
%2

Triadic Colors of #b03dfa

#b03dfa #fab03d #3dfab0

Analogous Colors of #b03dfa

#b03dfa #fa3de6 #523dfa

Monochromatic Colors of #b03dfa

#b03dfa

Complementary Color

#b03dfa #87fa3d

#b03dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03dfa Color CSS Codes

.mybgcolor {background-color:#b03dfa; } 
.myforecolor {color:#b03dfa; }
.mybordercolor {border:3px solid #b03dfa; }

#b03dfa Text Font Color

<p style="color:#b03dfa">Text here</p>

This sample text font color is #b03dfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b03dfa Background Color

<div style="background-color:#b03dfa">
Div content here</div>

This div background color is #b03dfa


#b03dfa Border Color

<div style="border:3px solid #b03dfa">
Div here</div>

This div border color is #b03dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,61,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b03dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b03dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #b03dfa;
  box-shadow:         1px 1px 3px 2px #b03dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,61,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b03dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b03dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #b03dfa;
  box-shadow:         1px 1px 3px 2px #b03dfa;">
Div content here</div>

This div box has shadow with color #b03dfa


Comments

No comments written yet.

Please login to write comment.