Color Hex Logo

#de619f Color Hex

#DE619F
(222,97,159)
0 Favorites   0 Comments

Color spaces of #de619f

RGB 22297159
HSL0.920.650.63
HSV330°56°87°
CMYK 0.000.560.28   0.13
XYZ40.656926.582235.7889
Yxy26.58220.39460.2580
Hunter Lab51.557950.5329-5.0656
CIE-Lab58.585655.2448-9.4297

#de619f color RGB value is (222,97,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100001 10011111
Octal 336 141 237
Decimal 222 97 159
Hex DE 61 9F

RGB Percentages of Color #de619f

%46.44
%20.29
%33.26

CMYK Percentages of Color #de619f

%0
%56
%28
%13

Triadic Colors of #de619f

#de619f #9fde61 #619fde

Analogous Colors of #de619f

#de619f #de6261 #de61de

Monochromatic Colors of #de619f

#de619f

Complementary Color

#de619f #61dea0

#de619f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de619f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de619f Color CSS Codes

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

#de619f Text Font Color

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

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


#de619f Background Color

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

This div background color is #de619f


#de619f Border Color

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

This div border color is #de619f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,97,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 #de619f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de619f


Comments

No comments written yet.

Please login to write comment.