Color Hex Logo

#de667d Color Hex

#DE667D
(222,102,125)
0 Favorites   0 Comments

Color spaces of #de667d

RGB 222102125
HSL0.970.650.64
HSV349°54°87°
CMYK 0.000.540.44   0.13
XYZ38.577226.513022.4863
Yxy26.51300.44050.3027
Hunter Lab51.490843.624410.1513
CIE-Lab58.520848.987610.2664

#de667d color RGB value is (222,102,125).

#de667d hex color red value is 222, green value is 102 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #de667d hue: 0.97 , saturation: 0.65 and the lightness value of de667d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100110 01111101
Octal 336 146 175
Decimal 222 102 125
Hex DE 66 7D

RGB Percentages of Color #de667d

%49.44
%22.72
%27.84

CMYK Percentages of Color #de667d

%0
%54
%44
%13

Triadic Colors of #de667d

#de667d #7dde66 #667dde

Analogous Colors of #de667d

#de667d #de8b66 #de66b9

Monochromatic Colors of #de667d

#de667d

Complementary Color

#de667d #66dec7

#de667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de667d Color CSS Codes

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

#de667d Text Font Color

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

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


#de667d Background Color

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

This div background color is #de667d


#de667d Border Color

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

This div border color is #de667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de667d


Comments

No comments written yet.

Please login to write comment.