Color Hex Logo

#de4ccc Color Hex

#DE4CCC
(222,76,204)
0 Favorites   0 Comments

Color spaces of #de4ccc

RGB 22276204
HSL0.850.690.58
HSV307°66°87°
CMYK 0.000.660.08   0.13
XYZ43.607725.058159.6651
Yxy25.05810.33980.1953
Hunter Lab50.058167.8973-35.6282
CIE-Lab57.132070.4125-37.5732

#de4ccc color RGB value is (222,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001100 11001100
Octal 336 114 314
Decimal 222 76 204
Hex DE 4C CC

RGB Percentages of Color #de4ccc

%44.22
%15.14
%40.64

CMYK Percentages of Color #de4ccc

%0
%66
%8
%13

Triadic Colors of #de4ccc

#de4ccc #ccde4c #4cccde

Analogous Colors of #de4ccc

#de4ccc #de4c83 #a74cde

Monochromatic Colors of #de4ccc

#de4ccc

Complementary Color

#de4ccc #4cde5e

#de4ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4ccc Color CSS Codes

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

#de4ccc Text Font Color

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

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


#de4ccc Background Color

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

This div background color is #de4ccc


#de4ccc Border Color

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

This div border color is #de4ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4ccc


Comments

No comments written yet.

Please login to write comment.