Color Hex Logo

#bd66bc Color Hex

#BD66BC
(189,102,188)
0 Favorites   0 Comments

Color spaces of #bd66bc

RGB 189102188
HSL0.840.400.57
HSV301°46°74°
CMYK 0.000.460.01   0.26
XYZ34.814723.952450.3653
Yxy23.95240.31900.2195
Hunter Lab48.941241.3303-26.7564
CIE-Lab56.040147.2310-30.4680

#bd66bc color RGB value is (189,102,188).

#bd66bc hex color red value is 189, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd66bc hue: 0.84 , saturation: 0.40 and the lightness value of bd66bc is 0.57.

The process color (four color CMYK) of #bd66bc color hex is 0.00, 0.46, 0.01, 0.26. Web safe color of #bd66bc is #cc66cc. Color #bd66bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 10111100
Octal 275 146 274
Decimal 189 102 188
Hex BD 66 BC

RGB Percentages of Color #bd66bc

%39.46
%21.29
%39.25

CMYK Percentages of Color #bd66bc

%0
%46
%1
%26

Triadic Colors of #bd66bc

#bd66bc #bcbd66 #66bcbd

Analogous Colors of #bd66bc

#bd66bc #bd6691 #9366bd

Monochromatic Colors of #bd66bc

#bd66bc

Complementary Color

#bd66bc #66bd67

#bd66bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd66bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd66bc Color CSS Codes

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

#bd66bc Text Font Color

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

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


#bd66bc Background Color

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

This div background color is #bd66bc


#bd66bc Border Color

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

This div border color is #bd66bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd66bc


Comments

No comments written yet.

Please login to write comment.