Color Hex Logo

#dc25ce Color Hex

#DC25CE
(220,37,206)
0 Favorites   0 Comments

Color spaces of #dc25ce

RGB 22037206
HSL0.850.720.50
HSV305°83°86°
CMYK 0.000.830.06   0.14
XYZ41.317320.995060.2673
Yxy20.99500.33710.1713
Hunter Lab45.820380.7723-45.9097
CIE-Lab52.944081.5907-45.3426

#dc25ce color RGB value is (220,37,206).

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

The process color (four color CMYK) of #dc25ce color hex is 0.00, 0.83, 0.06, 0.14. Web safe color of #dc25ce is #cc33cc. Color #dc25ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 11001110
Octal 334 45 316
Decimal 220 37 206
Hex DC 25 CE

RGB Percentages of Color #dc25ce

%47.52
%7.99
%44.49

CMYK Percentages of Color #dc25ce

%0
%83
%6
%14

Triadic Colors of #dc25ce

#dc25ce #cedc25 #25cedc

Analogous Colors of #dc25ce

#dc25ce #dc2573 #8f25dc

Monochromatic Colors of #dc25ce

#dc25ce

Complementary Color

#dc25ce #25dc33

#dc25ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc25ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc25ce Color CSS Codes

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

#dc25ce Text Font Color

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

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


#dc25ce Background Color

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

This div background color is #dc25ce


#dc25ce Border Color

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

This div border color is #dc25ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc25ce


Comments

No comments written yet.

Please login to write comment.