Color Hex Logo

#de6ccc Color Hex

#DE6CCC
(222,108,204)
0 Favorites   0 Comments

Color spaces of #de6ccc

RGB 222108204
HSL0.860.630.65
HSV309°51°87°
CMYK 0.000.510.08   0.13
XYZ46.385830.614460.5911
Yxy30.61440.33710.2225
Hunter Lab55.330352.8164-26.1961
CIE-Lab62.180856.6718-29.7108

#de6ccc color RGB value is (222,108,204).

#de6ccc hex color red value is 222, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #de6ccc hue: 0.86 , saturation: 0.63 and the lightness value of de6ccc is 0.65.

The process color (four color CMYK) of #de6ccc color hex is 0.00, 0.51, 0.08, 0.13. Web safe color of #de6ccc is #cc66cc. Color #de6ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101100 11001100
Octal 336 154 314
Decimal 222 108 204
Hex DE 6C CC

RGB Percentages of Color #de6ccc

%41.57
%20.22
%38.20

CMYK Percentages of Color #de6ccc

%0
%51
%8
%13

Triadic Colors of #de6ccc

#de6ccc #ccde6c #6cccde

Analogous Colors of #de6ccc

#de6ccc #de6c93 #b76cde

Monochromatic Colors of #de6ccc

#de6ccc

Complementary Color

#de6ccc #6cde7e

#de6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6ccc Color CSS Codes

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

#de6ccc Text Font Color

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

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


#de6ccc Background Color

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

This div background color is #de6ccc


#de6ccc Border Color

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

This div border color is #de6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6ccc


Comments

No comments written yet.

Please login to write comment.