Color Hex Logo

#dc25ed Color Hex

#DC25ED
(220,37,237)
0 Favorites   0 Comments

Color spaces of #dc25ed

RGB 22037237
HSL0.820.850.54
HSV295°84°93°
CMYK 0.070.840.00   0.07
XYZ45.462822.653282.0971
Yxy22.65320.30270.1508
Hunter Lab47.595487.2101-68.9523
CIE-Lab54.713386.2305-60.1145

#dc25ed color RGB value is (220,37,237).

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

The process color (four color CMYK) of #dc25ed color hex is 0.07, 0.84, 0.00, 0.07. Web safe color of #dc25ed is #cc33ff. Color #dc25ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 11101101
Octal 334 45 355
Decimal 220 37 237
Hex DC 25 ED

RGB Percentages of Color #dc25ed

%44.53
%7.49
%47.98

CMYK Percentages of Color #dc25ed

%7
%84
%0
%7

Triadic Colors of #dc25ed

#dc25ed #eddc25 #25eddc

Analogous Colors of #dc25ed

#dc25ed #ed259a #7825ed

Monochromatic Colors of #dc25ed

#dc25ed

Complementary Color

#dc25ed #36ed25

#dc25ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc25ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc25ed Color CSS Codes

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

#dc25ed Text Font Color

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

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


#dc25ed Background Color

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

This div background color is #dc25ed


#dc25ed Border Color

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

This div border color is #dc25ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc25ed


Comments

No comments written yet.

Please login to write comment.