Color Hex Logo

#bf87da Color Hex

#BF87DA
(191,135,218)
0 Favorites   0 Comments

Color spaces of #bf87da

RGB 191135218
HSL0.780.530.69
HSV280°38°85°
CMYK 0.120.380.00   0.15
XYZ42.804733.466370.5332
Yxy33.46630.29160.2280
Hunter Lab57.850130.8390-31.7938
CIE-Lab64.536736.1139-34.1948

#bf87da color RGB value is (191,135,218).

#bf87da hex color red value is 191, green value is 135 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bf87da hue: 0.78 , saturation: 0.53 and the lightness value of bf87da is 0.69.

The process color (four color CMYK) of #bf87da color hex is 0.12, 0.38, 0.00, 0.15. Web safe color of #bf87da is #cc99cc. Color #bf87da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 11011010
Octal 277 207 332
Decimal 191 135 218
Hex BF 87 DA

RGB Percentages of Color #bf87da

%35.11
%24.82
%40.07

CMYK Percentages of Color #bf87da

%12
%38
%0
%15

Triadic Colors of #bf87da

#bf87da #dabf87 #87dabf

Analogous Colors of #bf87da

#bf87da #da87cc #9687da

Monochromatic Colors of #bf87da

#bf87da

Complementary Color

#bf87da #a2da87

#bf87da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf87da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf87da Color CSS Codes

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

#bf87da Text Font Color

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

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


#bf87da Background Color

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

This div background color is #bf87da


#bf87da Border Color

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

This div border color is #bf87da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf87da


Comments

No comments written yet.

Please login to write comment.