Color Hex Logo

#de67af Color Hex

#DE67AF
(222,103,175)
0 Favorites   0 Comments

Color spaces of #de67af

RGB 222103175
HSL0.900.640.64
HSV324°54°87°
CMYK 0.000.540.21   0.13
XYZ42.712328.325243.7736
Yxy28.32520.37200.2467
Hunter Lab53.221450.1158-11.5099
CIE-Lab60.181454.6108-16.2622

#de67af color RGB value is (222,103,175).

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

The process color (four color CMYK) of #de67af color hex is 0.00, 0.54, 0.21, 0.13. Web safe color of #de67af is #cc6699. Color #de67af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100111 10101111
Octal 336 147 257
Decimal 222 103 175
Hex DE 67 AF

RGB Percentages of Color #de67af

%44.40
%20.60
%35.00

CMYK Percentages of Color #de67af

%0
%54
%21
%13

Triadic Colors of #de67af

#de67af #afde67 #67afde

Analogous Colors of #de67af

#de67af #de6774 #d267de

Monochromatic Colors of #de67af

#de67af

Complementary Color

#de67af #67de96

#de67af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de67af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de67af Color CSS Codes

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

#de67af Text Font Color

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

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


#de67af Background Color

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

This div background color is #de67af


#de67af Border Color

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

This div border color is #de67af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de67af


Comments

No comments written yet.

Please login to write comment.