Color Hex Logo

#bd72cd Color Hex

#BD72CD
(189,114,205)
0 Favorites   0 Comments

Color spaces of #bd72cd

RGB 189114205
HSL0.800.480.63
HSV289°44°80°
CMYK 0.080.440.00   0.20
XYZ38.023027.261261.0155
Yxy27.26120.30110.2158
Hunter Lab52.212338.6192-32.7380
CIE-Lab59.215344.2127-35.2068

#bd72cd color RGB value is (189,114,205).

#bd72cd hex color red value is 189, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd72cd hue: 0.80 , saturation: 0.48 and the lightness value of bd72cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 11001101
Octal 275 162 315
Decimal 189 114 205
Hex BD 72 CD

RGB Percentages of Color #bd72cd

%37.20
%22.44
%40.35

CMYK Percentages of Color #bd72cd

%8
%44
%0
%20

Triadic Colors of #bd72cd

#bd72cd #cdbd72 #72cdbd

Analogous Colors of #bd72cd

#bd72cd #cd72b0 #9072cd

Monochromatic Colors of #bd72cd

#bd72cd

Complementary Color

#bd72cd #82cd72

#bd72cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd72cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd72cd Color CSS Codes

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

#bd72cd Text Font Color

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

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


#bd72cd Background Color

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

This div background color is #bd72cd


#bd72cd Border Color

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

This div border color is #bd72cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd72cd


Comments

No comments written yet.

Please login to write comment.