Color Hex Logo

#bf88dc Color Hex

#BF88DC
(191,136,220)
0 Favorites   0 Comments

Color spaces of #bf88dc

RGB 191136220
HSL0.780.550.70
HSV279°38°86°
CMYK 0.130.380.00   0.14
XYZ43.208333.852071.9669
Yxy33.85200.28990.2272
Hunter Lab58.182530.7409-32.6091
CIE-Lab64.844935.9862-34.8280

#bf88dc color RGB value is (191,136,220).

#bf88dc hex color red value is 191, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bf88dc hue: 0.78 , saturation: 0.55 and the lightness value of bf88dc is 0.70.

The process color (four color CMYK) of #bf88dc color hex is 0.13, 0.38, 0.00, 0.14. Web safe color of #bf88dc is #cc99cc. Color #bf88dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 11011100
Octal 277 210 334
Decimal 191 136 220
Hex BF 88 DC

RGB Percentages of Color #bf88dc

%34.92
%24.86
%40.22

CMYK Percentages of Color #bf88dc

%13
%38
%0
%14

Triadic Colors of #bf88dc

#bf88dc #dcbf88 #88dcbf

Analogous Colors of #bf88dc

#bf88dc #dc88cf #9588dc

Monochromatic Colors of #bf88dc

#bf88dc

Complementary Color

#bf88dc #a5dc88

#bf88dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf88dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf88dc Color CSS Codes

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

#bf88dc Text Font Color

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

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


#bf88dc Background Color

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

This div background color is #bf88dc


#bf88dc Border Color

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

This div border color is #bf88dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf88dc


Comments

No comments written yet.

Please login to write comment.