Color Hex Logo

#bd99ee Color Hex

#BD99EE
(189,153,238)
0 Favorites   0 Comments

Color spaces of #bd99ee

RGB 189153238
HSL0.740.710.77
HSV265°36°93°
CMYK 0.210.360.00   0.07
XYZ47.810139.774386.0463
Yxy39.77430.27540.2291
Hunter Lab63.066924.9513-36.7465
CIE-Lab69.308529.9375-37.8237

#bd99ee color RGB value is (189,153,238).

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

The process color (four color CMYK) of #bd99ee color hex is 0.21, 0.36, 0.00, 0.07. Web safe color of #bd99ee is #cc99ff. Color #bd99ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 11101110
Octal 275 231 356
Decimal 189 153 238
Hex BD 99 EE

RGB Percentages of Color #bd99ee

%32.59
%26.38
%41.03

CMYK Percentages of Color #bd99ee

%21
%36
%0
%7

Triadic Colors of #bd99ee

#bd99ee #eebd99 #99eebd

Analogous Colors of #bd99ee

#bd99ee #e899ee #99a0ee

Monochromatic Colors of #bd99ee

#bd99ee

Complementary Color

#bd99ee #caee99

#bd99ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd99ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd99ee Color CSS Codes

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

#bd99ee Text Font Color

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

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


#bd99ee Background Color

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

This div background color is #bd99ee


#bd99ee Border Color

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

This div border color is #bd99ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd99ee


Comments

No comments written yet.

Please login to write comment.