Color Hex Logo

#b942cb Color Hex

#B942CB
(185,66,203)
0 Favorites   0 Comments

Color spaces of #b942cb

RGB 18566203
HSL0.810.570.53
HSV292°67°80°
CMYK 0.090.670.00   0.20
XYZ32.735318.522558.3498
Yxy18.52250.29870.1690
Hunter Lab43.037860.4542-50.2578
CIE-Lab50.123865.4631-48.4447

#b942cb color RGB value is (185,66,203).

#b942cb hex color red value is 185, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b942cb hue: 0.81 , saturation: 0.57 and the lightness value of b942cb is 0.53.

The process color (four color CMYK) of #b942cb color hex is 0.09, 0.67, 0.00, 0.20. Web safe color of #b942cb is #cc33cc. Color #b942cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000010 11001011
Octal 271 102 313
Decimal 185 66 203
Hex B9 42 CB

RGB Percentages of Color #b942cb

%40.75
%14.54
%44.71

CMYK Percentages of Color #b942cb

%9
%67
%0
%20

Triadic Colors of #b942cb

#b942cb #cbb942 #42cbb9

Analogous Colors of #b942cb

#b942cb #cb4299 #7542cb

Monochromatic Colors of #b942cb

#b942cb

Complementary Color

#b942cb #54cb42

#b942cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b942cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b942cb Color CSS Codes

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

#b942cb Text Font Color

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

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


#b942cb Background Color

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

This div background color is #b942cb


#b942cb Border Color

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

This div border color is #b942cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b942cb


Comments

No comments written yet.

Please login to write comment.