Color Hex Logo

#de065e Color Hex

#DE065E
(222,6,94)
0 Favorites   0 Comments

Color spaces of #de065e

RGB 222694
HSL0.930.950.45
HSV336°97°87°
CMYK 0.000.970.58   0.13
XYZ32.209716.468012.0707
Yxy16.46800.53020.2711
Hunter Lab40.580870.662310.7708
CIE-Lab47.582674.530713.5479

#de065e color RGB value is (222,6,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000110 01011110
Octal 336 6 136
Decimal 222 6 94
Hex DE 6 5E

RGB Percentages of Color #de065e

%68.94
%1.86
%29.19

CMYK Percentages of Color #de065e

%0
%97
%58
%13

Triadic Colors of #de065e

#de065e #5ede06 #065ede

Analogous Colors of #de065e

#de065e #de1a06 #de06ca

Monochromatic Colors of #de065e

#de065e

Complementary Color

#de065e #06de86

#de065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de065e Color CSS Codes

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

#de065e Text Font Color

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

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


#de065e Background Color

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

This div background color is #de065e


#de065e Border Color

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

This div border color is #de065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de065e


Comments

No comments written yet.

Please login to write comment.