Color Hex Logo

#bd64cd Color Hex

#BD64CD
(189,100,205)
0 Favorites   0 Comments

Color spaces of #bd64cd

RGB 189100205
HSL0.810.510.60
HSV291°51°80°
CMYK 0.080.510.00   0.20
XYZ36.562924.340960.5288
Yxy24.34090.30110.2004
Hunter Lab49.336545.9461-38.2048
CIE-Lab56.427551.4517-39.5738

#bd64cd color RGB value is (189,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 11001101
Octal 275 144 315
Decimal 189 100 205
Hex BD 64 CD

RGB Percentages of Color #bd64cd

%38.26
%20.24
%41.50

CMYK Percentages of Color #bd64cd

%8
%51
%0
%20

Triadic Colors of #bd64cd

#bd64cd #cdbd64 #64cdbd

Analogous Colors of #bd64cd

#bd64cd #cd64a9 #8964cd

Monochromatic Colors of #bd64cd

#bd64cd

Complementary Color

#bd64cd #74cd64

#bd64cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd64cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd64cd Color CSS Codes

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

#bd64cd Text Font Color

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

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


#bd64cd Background Color

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

This div background color is #bd64cd


#bd64cd Border Color

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

This div border color is #bd64cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,100,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 #bd64cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd64cd


Comments

No comments written yet.

Please login to write comment.