Color Hex Logo

#de31cc Color Hex

#DE31CC
(222,49,204)
0 Favorites   0 Comments

Color spaces of #de31cc

RGB 22249204
HSL0.850.720.53
HSV306°78°87°
CMYK 0.000.780.08   0.13
XYZ42.121622.085959.1697
Yxy22.08590.34140.1790
Hunter Lab46.995677.7449-41.7519
CIE-Lab54.118078.9723-42.3155

#de31cc color RGB value is (222,49,204).

#de31cc hex color red value is 222, green value is 49 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #de31cc hue: 0.85 , saturation: 0.72 and the lightness value of de31cc is 0.53.

The process color (four color CMYK) of #de31cc color hex is 0.00, 0.78, 0.08, 0.13. Web safe color of #de31cc is #cc33cc. Color #de31cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 11001100
Octal 336 61 314
Decimal 222 49 204
Hex DE 31 CC

RGB Percentages of Color #de31cc

%46.74
%10.32
%42.95

CMYK Percentages of Color #de31cc

%0
%78
%8
%13

Triadic Colors of #de31cc

#de31cc #ccde31 #31ccde

Analogous Colors of #de31cc

#de31cc #de3176 #9a31de

Monochromatic Colors of #de31cc

#de31cc

Complementary Color

#de31cc #31de43

#de31cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de31cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de31cc Color CSS Codes

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

#de31cc Text Font Color

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

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


#de31cc Background Color

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

This div background color is #de31cc


#de31cc Border Color

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

This div border color is #de31cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,49,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de31cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de31cc;
  -webkit-box-shadow: 1px 1px 3px 2px #de31cc;
  box-shadow:         1px 1px 3px 2px #de31cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,49,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de31cc


Comments

No comments written yet.

Please login to write comment.