Color Hex Logo

#b971cb Color Hex

#B971CB
(185,113,203)
0 Favorites   0 Comments

Color spaces of #b971cb

RGB 185113203
HSL0.800.460.62
HSV288°44°80°
CMYK 0.090.440.00   0.20
XYZ36.692226.436359.6687
Yxy26.43630.29880.2153
Hunter Lab51.416237.4046-32.8148
CIE-Lab58.448943.1670-35.3060

#b971cb color RGB value is (185,113,203).

#b971cb hex color red value is 185, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b971cb hue: 0.80 , saturation: 0.46 and the lightness value of b971cb is 0.62.

The process color (four color CMYK) of #b971cb color hex is 0.09, 0.44, 0.00, 0.20. Web safe color of #b971cb is #cc66cc. Color #b971cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 11001011
Octal 271 161 313
Decimal 185 113 203
Hex B9 71 CB

RGB Percentages of Color #b971cb

%36.93
%22.55
%40.52

CMYK Percentages of Color #b971cb

%9
%44
%0
%20

Triadic Colors of #b971cb

#b971cb #cbb971 #71cbb9

Analogous Colors of #b971cb

#b971cb #cb71b0 #8c71cb

Monochromatic Colors of #b971cb

#b971cb

Complementary Color

#b971cb #83cb71

#b971cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971cb Color CSS Codes

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

#b971cb Text Font Color

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

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


#b971cb Background Color

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

This div background color is #b971cb


#b971cb Border Color

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

This div border color is #b971cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,113,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 #b971cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971cb


Comments

No comments written yet.

Please login to write comment.