Color Hex Logo

#cd72ec Color Hex

#CD72EC
(205,114,236)
0 Favorites   0 Comments

Color spaces of #cd72ec

RGB 205114236
HSL0.790.760.69
HSV285°52°93°
CMYK 0.130.520.00   0.07
XYZ46.334531.069982.9119
Yxy31.06990.28900.1938
Hunter Lab55.740450.8334-49.1736
CIE-Lab62.566654.8635-47.1746

#cd72ec color RGB value is (205,114,236).

#cd72ec hex color red value is 205, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cd72ec hue: 0.79 , saturation: 0.76 and the lightness value of cd72ec is 0.69.

The process color (four color CMYK) of #cd72ec color hex is 0.13, 0.52, 0.00, 0.07. Web safe color of #cd72ec is #cc66ff. Color #cd72ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 11101100
Octal 315 162 354
Decimal 205 114 236
Hex CD 72 EC

RGB Percentages of Color #cd72ec

%36.94
%20.54
%42.52

CMYK Percentages of Color #cd72ec

%13
%52
%0
%7

Triadic Colors of #cd72ec

#cd72ec #eccd72 #72eccd

Analogous Colors of #cd72ec

#cd72ec #ec72ce #9072ec

Monochromatic Colors of #cd72ec

#cd72ec

Complementary Color

#cd72ec #91ec72

#cd72ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd72ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd72ec Color CSS Codes

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

#cd72ec Text Font Color

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

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


#cd72ec Background Color

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

This div background color is #cd72ec


#cd72ec Border Color

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

This div border color is #cd72ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd72ec


Comments

No comments written yet.

Please login to write comment.