Color Hex Logo

#de68ae Color Hex

#DE68AE
(222,104,174)
0 Favorites   0 Comments

Color spaces of #de68ae

RGB 222104174
HSL0.900.640.64
HSV324°53°87°
CMYK 0.000.530.22   0.13
XYZ42.714528.486243.2915
Yxy28.48620.37310.2488
Hunter Lab53.372549.4535-10.7306
CIE-Lab60.325553.9964-15.4699

#de68ae color RGB value is (222,104,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 10101110
Octal 336 150 256
Decimal 222 104 174
Hex DE 68 AE

RGB Percentages of Color #de68ae

%44.40
%20.80
%34.80

CMYK Percentages of Color #de68ae

%0
%53
%22
%13

Triadic Colors of #de68ae

#de68ae #aede68 #68aede

Analogous Colors of #de68ae

#de68ae #de6873 #d368de

Monochromatic Colors of #de68ae

#de68ae

Complementary Color

#de68ae #68de98

#de68ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de68ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de68ae Color CSS Codes

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

#de68ae Text Font Color

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

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


#de68ae Background Color

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

This div background color is #de68ae


#de68ae Border Color

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

This div border color is #de68ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de68ae


Comments

No comments written yet.

Please login to write comment.