Color Hex Logo

#b957cb Color Hex

#B957CB
(185,87,203)
0 Favorites   0 Comments

Color spaces of #b957cb

RGB 18587203
HSL0.810.530.57
HSV291°57°80°
CMYK 0.090.570.00   0.20
XYZ34.195321.442558.8364
Yxy21.44250.29870.1873
Hunter Lab46.306050.7801-42.9196
CIE-Lab53.430456.3453-43.1940

#b957cb color RGB value is (185,87,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 11001011
Octal 271 127 313
Decimal 185 87 203
Hex B9 57 CB

RGB Percentages of Color #b957cb

%38.95
%18.32
%42.74

CMYK Percentages of Color #b957cb

%9
%57
%0
%20

Triadic Colors of #b957cb

#b957cb #cbb957 #57cbb9

Analogous Colors of #b957cb

#b957cb #cb57a3 #7f57cb

Monochromatic Colors of #b957cb

#b957cb

Complementary Color

#b957cb #69cb57

#b957cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957cb Color CSS Codes

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

#b957cb Text Font Color

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

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


#b957cb Background Color

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

This div background color is #b957cb


#b957cb Border Color

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

This div border color is #b957cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957cb


Comments

No comments written yet.

Please login to write comment.