Color Hex Logo

#bf99e1 Color Hex

#BF99E1
(191,153,225)
0 Favorites   0 Comments

Color spaces of #bf99e1

RGB 191153225
HSL0.750.550.74
HSV272°32°88°
CMYK 0.150.320.00   0.12
XYZ46.467739.295176.3698
Yxy39.29510.28660.2424
Hunter Lab62.685822.6182-28.3526
CIE-Lab68.964527.6631-31.2080

#bf99e1 color RGB value is (191,153,225).

#bf99e1 hex color red value is 191, green value is 153 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bf99e1 hue: 0.75 , saturation: 0.55 and the lightness value of bf99e1 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011001 11100001
Octal 277 231 341
Decimal 191 153 225
Hex BF 99 E1

RGB Percentages of Color #bf99e1

%33.57
%26.89
%39.54

CMYK Percentages of Color #bf99e1

%15
%32
%0
%12

Triadic Colors of #bf99e1

#bf99e1 #e1bf99 #99e1bf

Analogous Colors of #bf99e1

#bf99e1 #e199df #9b99e1

Monochromatic Colors of #bf99e1

#bf99e1

Complementary Color

#bf99e1 #bbe199

#bf99e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf99e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf99e1 Color CSS Codes

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

#bf99e1 Text Font Color

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

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


#bf99e1 Background Color

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

This div background color is #bf99e1


#bf99e1 Border Color

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

This div border color is #bf99e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf99e1


Comments

No comments written yet.

Please login to write comment.