Color Hex Logo

#bd66cd Color Hex

#BD66CD
(189,102,205)
0 Favorites   0 Comments

Color spaces of #bd66cd

RGB 189102205
HSL0.810.510.60
HSV291°50°80°
CMYK 0.080.500.00   0.20
XYZ36.757124.729360.5935
Yxy24.72930.30110.2026
Hunter Lab49.728644.9141-37.4340
CIE-Lab56.810750.4427-38.9716

#bd66cd color RGB value is (189,102,205).

#bd66cd hex color red value is 189, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd66cd hue: 0.81 , saturation: 0.51 and the lightness value of bd66cd is 0.60.

The process color (four color CMYK) of #bd66cd color hex is 0.08, 0.50, 0.00, 0.20. Web safe color of #bd66cd is #cc66cc. Color #bd66cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 11001101
Octal 275 146 315
Decimal 189 102 205
Hex BD 66 CD

RGB Percentages of Color #bd66cd

%38.10
%20.56
%41.33

CMYK Percentages of Color #bd66cd

%8
%50
%0
%20

Triadic Colors of #bd66cd

#bd66cd #cdbd66 #66cdbd

Analogous Colors of #bd66cd

#bd66cd #cd66aa #8a66cd

Monochromatic Colors of #bd66cd

#bd66cd

Complementary Color

#bd66cd #76cd66

#bd66cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd66cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd66cd Color CSS Codes

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

#bd66cd Text Font Color

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

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


#bd66cd Background Color

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

This div background color is #bd66cd


#bd66cd Border Color

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

This div border color is #bd66cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd66cd


Comments

No comments written yet.

Please login to write comment.