Color Hex Logo

#de667e Color Hex

#DE667E
(222,102,126)
0 Favorites   0 Comments

Color spaces of #de667e

RGB 222102126
HSL0.970.650.64
HSV348°54°87°
CMYK 0.000.540.43   0.13
XYZ38.641526.538722.8245
Yxy26.53870.43910.3016
Hunter Lab51.515743.73889.7920
CIE-Lab58.544949.08949.7182

#de667e color RGB value is (222,102,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100110 01111110
Octal 336 146 176
Decimal 222 102 126
Hex DE 66 7E

RGB Percentages of Color #de667e

%49.33
%22.67
%28.00

CMYK Percentages of Color #de667e

%0
%54
%43
%13

Triadic Colors of #de667e

#de667e #7ede66 #667ede

Analogous Colors of #de667e

#de667e #de8a66 #de66ba

Monochromatic Colors of #de667e

#de667e

Complementary Color

#de667e #66dec6

#de667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de667e Color CSS Codes

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

#de667e Text Font Color

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

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


#de667e Background Color

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

This div background color is #de667e


#de667e Border Color

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

This div border color is #de667e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de667e


Comments

No comments written yet.

Please login to write comment.