Color Hex Logo

#b042bb Color Hex

#B042BB
(176,66,187)
0 Favorites   0 Comments

Color spaces of #b042bb

RGB 17666187
HSL0.820.480.50
HSV295°65°73°
CMYK 0.060.650.00   0.27
XYZ28.822416.714448.7208
Yxy16.71440.30580.1773
Hunter Lab40.883254.2955-42.0380
CIE-Lab47.898160.4955-42.8038

#b042bb color RGB value is (176,66,187).

#b042bb hex color red value is 176, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b042bb hue: 0.82 , saturation: 0.48 and the lightness value of b042bb is 0.50.

The process color (four color CMYK) of #b042bb color hex is 0.06, 0.65, 0.00, 0.27. Web safe color of #b042bb is #9933cc. Color #b042bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000010 10111011
Octal 260 102 273
Decimal 176 66 187
Hex B0 42 BB

RGB Percentages of Color #b042bb

%41.03
%15.38
%43.59

CMYK Percentages of Color #b042bb

%6
%65
%0
%27

Triadic Colors of #b042bb

#b042bb #bbb042 #42bbb0

Analogous Colors of #b042bb

#b042bb #bb428a #7442bb

Monochromatic Colors of #b042bb

#b042bb

Complementary Color

#b042bb #4dbb42

#b042bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b042bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b042bb Color CSS Codes

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

#b042bb Text Font Color

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

This sample text font color is #b042bb
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.


#b042bb Background Color

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

This div background color is #b042bb


#b042bb Border Color

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

This div border color is #b042bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b042bb


Comments

No comments written yet.

Please login to write comment.