Color Hex Logo

#bd99df Color Hex

#BD99DF
(189,153,223)
0 Favorites   0 Comments

Color spaces of #bd99df

RGB 189153223
HSL0.750.520.74
HSV271°31°87°
CMYK 0.150.310.00   0.13
XYZ45.696838.929074.9176
Yxy38.92900.28640.2440
Hunter Lab62.393121.5457-27.5164
CIE-Lab68.699826.6136-30.5308

#bd99df color RGB value is (189,153,223).

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

The process color (four color CMYK) of #bd99df color hex is 0.15, 0.31, 0.00, 0.13. Web safe color of #bd99df is #cc99cc. Color #bd99df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 11011111
Octal 275 231 337
Decimal 189 153 223
Hex BD 99 DF

RGB Percentages of Color #bd99df

%33.45
%27.08
%39.47

CMYK Percentages of Color #bd99df

%15
%31
%0
%13

Triadic Colors of #bd99df

#bd99df #dfbd99 #99dfbd

Analogous Colors of #bd99df

#bd99df #df99de #9a99df

Monochromatic Colors of #bd99df

#bd99df

Complementary Color

#bd99df #bbdf99

#bd99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd99df Color CSS Codes

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

#bd99df Text Font Color

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

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


#bd99df Background Color

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

This div background color is #bd99df


#bd99df Border Color

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

This div border color is #bd99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd99df


Comments

No comments written yet.

Please login to write comment.