Color Hex Logo

#de6768 Color Hex

#DE6768
(222,103,104)
0 Favorites   0 Comments

Color spaces of #de6768

RGB 222103104
HSL1.000.640.64
HSV359°54°87°
CMYK 0.000.540.53   0.13
XYZ37.473126.229616.1845
Yxy26.22960.46910.3283
Hunter Lab51.214840.979717.1140
CIE-Lab58.254346.570222.0807

#de6768 color RGB value is (222,103,104).

#de6768 hex color red value is 222, green value is 103 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #de6768 hue: 1.00 , saturation: 0.64 and the lightness value of de6768 is 0.64.

The process color (four color CMYK) of #de6768 color hex is 0.00, 0.54, 0.53, 0.13. Web safe color of #de6768 is #cc6666. Color #de6768 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100111 01101000
Octal 336 147 150
Decimal 222 103 104
Hex DE 67 68

RGB Percentages of Color #de6768

%51.75
%24.01
%24.24

CMYK Percentages of Color #de6768

%0
%54
%53
%13

Triadic Colors of #de6768

#de6768 #68de67 #6768de

Analogous Colors of #de6768

#de6768 #dea267 #de67a4

Monochromatic Colors of #de6768

#de6768

Complementary Color

#de6768 #67dedd

#de6768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6768 Color CSS Codes

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

#de6768 Text Font Color

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

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


#de6768 Background Color

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

This div background color is #de6768


#de6768 Border Color

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

This div border color is #de6768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6768


Comments

No comments written yet.

Please login to write comment.