Color Hex Logo

#dc51ed Color Hex

#DC51ED
(220,81,237)
0 Favorites   0 Comments

Color spaces of #dc51ed

RGB 22081237
HSL0.820.810.62
HSV293°66°93°
CMYK 0.070.660.00   0.07
XYZ47.743727.214982.8574
Yxy27.21490.30250.1724
Hunter Lab52.167972.0681-57.6518
CIE-Lab59.172773.4419-52.9861

#dc51ed color RGB value is (220,81,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 11101101
Octal 334 121 355
Decimal 220 81 237
Hex DC 51 ED

RGB Percentages of Color #dc51ed

%40.89
%15.06
%44.05

CMYK Percentages of Color #dc51ed

%7
%66
%0
%7

Triadic Colors of #dc51ed

#dc51ed #eddc51 #51eddc

Analogous Colors of #dc51ed

#dc51ed #ed51b0 #8e51ed

Monochromatic Colors of #dc51ed

#dc51ed

Complementary Color

#dc51ed #62ed51

#dc51ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc51ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc51ed Color CSS Codes

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

#dc51ed Text Font Color

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

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


#dc51ed Background Color

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

This div background color is #dc51ed


#dc51ed Border Color

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

This div border color is #dc51ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc51ed


Comments

No comments written yet.

Please login to write comment.