Color Hex Logo

#de649f Color Hex

#DE649F
(222,100,159)
0 Favorites   0 Comments

Color spaces of #de649f

RGB 222100159
HSL0.920.650.63
HSV331°55°87°
CMYK 0.000.550.28   0.13
XYZ40.939427.147135.8831
Yxy27.14710.39380.2611
Hunter Lab52.102949.0748-4.3608
CIE-Lab59.110253.8539-8.6461

#de649f color RGB value is (222,100,159).

#de649f hex color red value is 222, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de649f hue: 0.92 , saturation: 0.65 and the lightness value of de649f is 0.63.

The process color (four color CMYK) of #de649f color hex is 0.00, 0.55, 0.28, 0.13. Web safe color of #de649f is #cc6699. Color #de649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100100 10011111
Octal 336 144 237
Decimal 222 100 159
Hex DE 64 9F

RGB Percentages of Color #de649f

%46.15
%20.79
%33.06

CMYK Percentages of Color #de649f

%0
%55
%28
%13

Triadic Colors of #de649f

#de649f #9fde64 #649fde

Analogous Colors of #de649f

#de649f #de6664 #de64dc

Monochromatic Colors of #de649f

#de649f

Complementary Color

#de649f #64dea3

#de649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de649f Color CSS Codes

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

#de649f Text Font Color

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

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


#de649f Background Color

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

This div background color is #de649f


#de649f Border Color

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

This div border color is #de649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de649f


Comments

No comments written yet.

Please login to write comment.