Color Hex Logo

#bd66de Color Hex

#BD66DE
(189,102,222)
0 Favorites   0 Comments

Color spaces of #bd66de

RGB 189102222
HSL0.790.650.64
HSV284°54°87°
CMYK 0.150.540.00   0.13
XYZ38.922525.595571.9962
Yxy25.59550.28510.1875
Hunter Lab50.592048.7914-48.9597
CIE-Lab57.651153.8377-47.2548

#bd66de color RGB value is (189,102,222).

#bd66de hex color red value is 189, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd66de hue: 0.79 , saturation: 0.65 and the lightness value of bd66de is 0.64.

The process color (four color CMYK) of #bd66de color hex is 0.15, 0.54, 0.00, 0.13. Web safe color of #bd66de is #cc66cc. Color #bd66de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 11011110
Octal 275 146 336
Decimal 189 102 222
Hex BD 66 DE

RGB Percentages of Color #bd66de

%36.84
%19.88
%43.27

CMYK Percentages of Color #bd66de

%15
%54
%0
%13

Triadic Colors of #bd66de

#bd66de #debd66 #66debd

Analogous Colors of #bd66de

#bd66de #de66c3 #8166de

Monochromatic Colors of #bd66de

#bd66de

Complementary Color

#bd66de #87de66

#bd66de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd66de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd66de Color CSS Codes

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

#bd66de Text Font Color

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

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


#bd66de Background Color

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

This div background color is #bd66de


#bd66de Border Color

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

This div border color is #bd66de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd66de


Comments

No comments written yet.

Please login to write comment.