Color Hex Logo

#de68ad Color Hex

#DE68AD
(222,104,173)
0 Favorites   0 Comments

Color spaces of #de68ad

RGB 222104173
HSL0.900.640.64
HSV325°53°87°
CMYK 0.000.530.22   0.13
XYZ42.617328.447442.7799
Yxy28.44740.37430.2499
Hunter Lab53.336149.2892-10.2201
CIE-Lab60.290853.8551-14.9480

#de68ad color RGB value is (222,104,173).

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

The process color (four color CMYK) of #de68ad color hex is 0.00, 0.53, 0.22, 0.13. Web safe color of #de68ad is #cc6699. Color #de68ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 10101101
Octal 336 150 255
Decimal 222 104 173
Hex DE 68 AD

RGB Percentages of Color #de68ad

%44.49
%20.84
%34.67

CMYK Percentages of Color #de68ad

%0
%53
%22
%13

Triadic Colors of #de68ad

#de68ad #adde68 #68adde

Analogous Colors of #de68ad

#de68ad #de6872 #d468de

Monochromatic Colors of #de68ad

#de68ad

Complementary Color

#de68ad #68de99

#de68ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de68ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de68ad Color CSS Codes

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

#de68ad Text Font Color

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

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


#de68ad Background Color

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

This div background color is #de68ad


#de68ad Border Color

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

This div border color is #de68ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de68ad


Comments

No comments written yet.

Please login to write comment.