Color Hex Logo

#dc51ec Color Hex

#DC51EC
(220,81,236)
0 Favorites   0 Comments

Color spaces of #dc51ec

RGB 22081236
HSL0.820.800.62
HSV294°66°93°
CMYK 0.070.660.00   0.07
XYZ47.598027.156682.0899
Yxy27.15660.30350.1731
Hunter Lab52.112071.8422-56.9187
CIE-Lab59.119073.2687-52.5132

#dc51ec color RGB value is (220,81,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 11101100
Octal 334 121 354
Decimal 220 81 236
Hex DC 51 EC

RGB Percentages of Color #dc51ec

%40.97
%15.08
%43.95

CMYK Percentages of Color #dc51ec

%7
%66
%0
%7

Triadic Colors of #dc51ec

#dc51ec #ecdc51 #51ecdc

Analogous Colors of #dc51ec

#dc51ec #ec51af #8f51ec

Monochromatic Colors of #dc51ec

#dc51ec

Complementary Color

#dc51ec #61ec51

#dc51ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc51ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc51ec Color CSS Codes

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

#dc51ec Text Font Color

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

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


#dc51ec Background Color

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

This div background color is #dc51ec


#dc51ec Border Color

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

This div border color is #dc51ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc51ec


Comments

No comments written yet.

Please login to write comment.