Color Hex Logo

#dc53ec Color Hex

#DC53EC
(220,83,236)
0 Favorites   0 Comments

Color spaces of #dc53ec

RGB 22083236
HSL0.820.800.63
HSV294°65°93°
CMYK 0.070.650.00   0.07
XYZ47.748827.458382.1402
Yxy27.45830.30350.1745
Hunter Lab52.400770.9525-56.2590
CIE-Lab59.396272.4930-52.0725

#dc53ec color RGB value is (220,83,236).

#dc53ec hex color red value is 220, green value is 83 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dc53ec hue: 0.82 , saturation: 0.80 and the lightness value of dc53ec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010011 11101100
Octal 334 123 354
Decimal 220 83 236
Hex DC 53 EC

RGB Percentages of Color #dc53ec

%40.82
%15.40
%43.78

CMYK Percentages of Color #dc53ec

%7
%65
%0
%7

Triadic Colors of #dc53ec

#dc53ec #ecdc53 #53ecdc

Analogous Colors of #dc53ec

#dc53ec #ec53b0 #9053ec

Monochromatic Colors of #dc53ec

#dc53ec

Complementary Color

#dc53ec #63ec53

#dc53ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc53ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc53ec Color CSS Codes

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

#dc53ec Text Font Color

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

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


#dc53ec Background Color

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

This div background color is #dc53ec


#dc53ec Border Color

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

This div border color is #dc53ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc53ec


Comments

No comments written yet.

Please login to write comment.