Color Hex Logo

#de29cc Color Hex

#DE29CC
(222,41,204)
0 Favorites   0 Comments

Color spaces of #de29cc

RGB 22241204
HSL0.850.730.52
HSV306°82°87°
CMYK 0.000.820.08   0.13
XYZ41.816221.475159.0679
Yxy21.47510.34170.1755
Hunter Lab46.341279.9730-43.1339
CIE-Lab53.465680.8610-43.3467

#de29cc color RGB value is (222,41,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 11001100
Octal 336 51 314
Decimal 222 41 204
Hex DE 29 CC

RGB Percentages of Color #de29cc

%47.54
%8.78
%43.68

CMYK Percentages of Color #de29cc

%0
%82
%8
%13

Triadic Colors of #de29cc

#de29cc #ccde29 #29ccde

Analogous Colors of #de29cc

#de29cc #de2972 #9629de

Monochromatic Colors of #de29cc

#de29cc

Complementary Color

#de29cc #29de3b

#de29cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de29cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de29cc Color CSS Codes

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

#de29cc Text Font Color

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

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


#de29cc Background Color

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

This div background color is #de29cc


#de29cc Border Color

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

This div border color is #de29cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de29cc


Comments

No comments written yet.

Please login to write comment.