Color Hex Logo

#dc72ed Color Hex

#DC72ED
(220,114,237)
0 Favorites   0 Comments

Color spaces of #dc72ed

RGB 220114237
HSL0.810.770.69
HSV292°52°93°
CMYK 0.070.520.00   0.07
XYZ50.818633.364783.8824
Yxy33.36470.30240.1985
Hunter Lab57.762255.9587-45.6676
CIE-Lab64.455159.0288-44.6284

#dc72ed color RGB value is (220,114,237).

#dc72ed hex color red value is 220, green value is 114 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dc72ed hue: 0.81 , saturation: 0.77 and the lightness value of dc72ed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 11101101
Octal 334 162 355
Decimal 220 114 237
Hex DC 72 ED

RGB Percentages of Color #dc72ed

%38.53
%19.96
%41.51

CMYK Percentages of Color #dc72ed

%7
%52
%0
%7

Triadic Colors of #dc72ed

#dc72ed #eddc72 #72eddc

Analogous Colors of #dc72ed

#dc72ed #ed72c1 #9f72ed

Monochromatic Colors of #dc72ed

#dc72ed

Complementary Color

#dc72ed #83ed72

#dc72ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc72ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc72ed Color CSS Codes

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

#dc72ed Text Font Color

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

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


#dc72ed Background Color

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

This div background color is #dc72ed


#dc72ed Border Color

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

This div border color is #dc72ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc72ed


Comments

No comments written yet.

Please login to write comment.