Color Hex Logo

#bf87ca Color Hex

#BF87CA
(191,135,202)
0 Favorites   0 Comments

Color spaces of #bf87ca

RGB 191135202
HSL0.810.390.66
HSV290°33°79°
CMYK 0.050.330.00   0.21
XYZ40.810532.668660.0318
Yxy32.66860.30570.2447
Hunter Lab57.156527.4277-22.2632
CIE-Lab63.891732.8476-26.2532

#bf87ca color RGB value is (191,135,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 11001010
Octal 277 207 312
Decimal 191 135 202
Hex BF 87 CA

RGB Percentages of Color #bf87ca

%36.17
%25.57
%38.26

CMYK Percentages of Color #bf87ca

%5
%33
%0
%21

Triadic Colors of #bf87ca

#bf87ca #cabf87 #87cabf

Analogous Colors of #bf87ca

#bf87ca #ca87b4 #9e87ca

Monochromatic Colors of #bf87ca

#bf87ca

Complementary Color

#bf87ca #92ca87

#bf87ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf87ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf87ca Color CSS Codes

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

#bf87ca Text Font Color

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

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


#bf87ca Background Color

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

This div background color is #bf87ca


#bf87ca Border Color

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

This div border color is #bf87ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf87ca


Comments

No comments written yet.

Please login to write comment.