Color Hex Logo

#de519b Color Hex

#DE519B
(222,81,155)
0 Favorites   0 Comments

Color spaces of #de519b

RGB 22281155
HSL0.910.680.59
HSV329°64°87°
CMYK 0.000.640.30   0.13
XYZ38.983023.781033.5459
Yxy23.78100.40480.2469
Hunter Lab48.765857.3515-6.6495
CIE-Lab55.867961.7163-11.1695

#de519b color RGB value is (222,81,155).

#de519b hex color red value is 222, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #de519b hue: 0.91 , saturation: 0.68 and the lightness value of de519b is 0.59.

The process color (four color CMYK) of #de519b color hex is 0.00, 0.64, 0.30, 0.13. Web safe color of #de519b is #cc6699. Color #de519b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010001 10011011
Octal 336 121 233
Decimal 222 81 155
Hex DE 51 9B

RGB Percentages of Color #de519b

%48.47
%17.69
%33.84

CMYK Percentages of Color #de519b

%0
%64
%30
%13

Triadic Colors of #de519b

#de519b #9bde51 #519bde

Analogous Colors of #de519b

#de519b #de5154 #db51de

Monochromatic Colors of #de519b

#de519b

Complementary Color

#de519b #51de94

#de519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de519b Color CSS Codes

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

#de519b Text Font Color

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

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


#de519b Background Color

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

This div background color is #de519b


#de519b Border Color

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

This div border color is #de519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de519b


Comments

No comments written yet.

Please login to write comment.