Color Hex Logo

#de066f Color Hex

#DE066F
(222,6,111)
0 Favorites   0 Comments

Color spaces of #de066f

RGB 2226111
HSL0.920.950.45
HSV331°97°87°
CMYK 0.000.970.50   0.13
XYZ33.058616.807516.5407
Yxy16.80750.49780.2531
Hunter Lab40.997072.19194.7766
CIE-Lab48.016675.69613.6578

#de066f color RGB value is (222,6,111).

#de066f hex color red value is 222, green value is 6 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #de066f hue: 0.92 , saturation: 0.95 and the lightness value of de066f is 0.45.

The process color (four color CMYK) of #de066f color hex is 0.00, 0.97, 0.50, 0.13. Web safe color of #de066f is #cc0066. Color #de066f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000110 01101111
Octal 336 6 157
Decimal 222 6 111
Hex DE 6 6F

RGB Percentages of Color #de066f

%65.49
%1.77
%32.74

CMYK Percentages of Color #de066f

%0
%97
%50
%13

Triadic Colors of #de066f

#de066f #6fde06 #066fde

Analogous Colors of #de066f

#de066f #de0906 #de06db

Monochromatic Colors of #de066f

#de066f

Complementary Color

#de066f #06de75

#de066f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de066f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de066f Color CSS Codes

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

#de066f Text Font Color

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

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


#de066f Background Color

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

This div background color is #de066f


#de066f Border Color

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

This div border color is #de066f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de066f


Comments

No comments written yet.

Please login to write comment.