Color Hex Logo

#de6fdc Color Hex

#DE6FDC
(222,111,220)
0 Favorites   0 Comments

Color spaces of #de6fdc

RGB 222111220
HSL0.840.630.65
HSV301°50°87°
CMYK 0.000.500.01   0.13
XYZ48.726932.065871.3313
Yxy32.06580.32030.2108
Hunter Lab56.626754.5015-35.0476
CIE-Lab63.397257.9427-36.8096

#de6fdc color RGB value is (222,111,220).

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

The process color (four color CMYK) of #de6fdc color hex is 0.00, 0.50, 0.01, 0.13. Web safe color of #de6fdc is #cc66cc. Color #de6fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101111 11011100
Octal 336 157 334
Decimal 222 111 220
Hex DE 6F DC

RGB Percentages of Color #de6fdc

%40.14
%20.07
%39.78

CMYK Percentages of Color #de6fdc

%0
%50
%1
%13

Triadic Colors of #de6fdc

#de6fdc #dcde6f #6fdcde

Analogous Colors of #de6fdc

#de6fdc #de6fa5 #a96fde

Monochromatic Colors of #de6fdc

#de6fdc

Complementary Color

#de6fdc #6fde71

#de6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6fdc Color CSS Codes

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

#de6fdc Text Font Color

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

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


#de6fdc Background Color

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

This div background color is #de6fdc


#de6fdc Border Color

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

This div border color is #de6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6fdc


Comments

No comments written yet.

Please login to write comment.