Color Hex Logo

#cd72ba Color Hex

#CD72BA
(205,114,186)
0 Favorites   0 Comments

Color spaces of #cd72ba

RGB 205114186
HSL0.870.480.63
HSV313°44°80°
CMYK 0.000.440.09   0.20
XYZ40.057128.558949.8556
Yxy28.55890.33810.2411
Hunter Lab53.440540.2763-17.9043
CIE-Lab60.390345.6039-22.4441

#cd72ba color RGB value is (205,114,186).

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

The process color (four color CMYK) of #cd72ba color hex is 0.00, 0.44, 0.09, 0.20. Web safe color of #cd72ba is #cc66cc. Color #cd72ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 10111010
Octal 315 162 272
Decimal 205 114 186
Hex CD 72 BA

RGB Percentages of Color #cd72ba

%40.59
%22.57
%36.83

CMYK Percentages of Color #cd72ba

%0
%44
%9
%20

Triadic Colors of #cd72ba

#cd72ba #bacd72 #72bacd

Analogous Colors of #cd72ba

#cd72ba #cd728d #b372cd

Monochromatic Colors of #cd72ba

#cd72ba

Complementary Color

#cd72ba #72cd85

#cd72ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd72ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd72ba Color CSS Codes

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

#cd72ba Text Font Color

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

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


#cd72ba Background Color

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

This div background color is #cd72ba


#cd72ba Border Color

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

This div border color is #cd72ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd72ba


Comments

No comments written yet.

Please login to write comment.