Color Hex Logo

#b987ca Color Hex

#B987CA
(185,135,202)
0 Favorites   0 Comments

Color spaces of #b987ca

RGB 185135202
HSL0.790.390.66
HSV285°33°79°
CMYK 0.080.330.00   0.21
XYZ39.332231.906559.9627
Yxy31.90650.29980.2432
Hunter Lab56.485825.4428-23.3994
CIE-Lab63.265530.9357-27.2698

#b987ca color RGB value is (185,135,202).

#b987ca hex color red value is 185, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b987ca hue: 0.79 , saturation: 0.39 and the lightness value of b987ca is 0.66.

The process color (four color CMYK) of #b987ca color hex is 0.08, 0.33, 0.00, 0.21. Web safe color of #b987ca is #cc99cc. Color #b987ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 11001010
Octal 271 207 312
Decimal 185 135 202
Hex B9 87 CA

RGB Percentages of Color #b987ca

%35.44
%25.86
%38.70

CMYK Percentages of Color #b987ca

%8
%33
%0
%21

Triadic Colors of #b987ca

#b987ca #cab987 #87cab9

Analogous Colors of #b987ca

#b987ca #ca87ba #9887ca

Monochromatic Colors of #b987ca

#b987ca

Complementary Color

#b987ca #98ca87

#b987ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b987ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b987ca Color CSS Codes

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

#b987ca Text Font Color

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

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


#b987ca Background Color

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

This div background color is #b987ca


#b987ca Border Color

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

This div border color is #b987ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b987ca


Comments

No comments written yet.

Please login to write comment.