Color Hex Logo

#de5abc Color Hex

#DE5ABC
(222,90,188)
0 Favorites   0 Comments

Color spaces of #de5abc

RGB 22290188
HSL0.880.670.61
HSV315°59°87°
CMYK 0.000.590.15   0.13
XYZ42.857526.472850.4279
Yxy26.47280.35790.2211
Hunter Lab51.451758.6438-22.0940
CIE-Lab58.483162.3644-26.3200

#de5abc color RGB value is (222,90,188).

#de5abc hex color red value is 222, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #de5abc hue: 0.88 , saturation: 0.67 and the lightness value of de5abc is 0.61.

The process color (four color CMYK) of #de5abc color hex is 0.00, 0.59, 0.15, 0.13. Web safe color of #de5abc is #cc66cc. Color #de5abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011010 10111100
Octal 336 132 274
Decimal 222 90 188
Hex DE 5A BC

RGB Percentages of Color #de5abc

%44.40
%18.00
%37.60

CMYK Percentages of Color #de5abc

%0
%59
%15
%13

Triadic Colors of #de5abc

#de5abc #bcde5a #5abcde

Analogous Colors of #de5abc

#de5abc #de5a7a #be5ade

Monochromatic Colors of #de5abc

#de5abc

Complementary Color

#de5abc #5ade7c

#de5abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5abc Color CSS Codes

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

#de5abc Text Font Color

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

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


#de5abc Background Color

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

This div background color is #de5abc


#de5abc Border Color

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

This div border color is #de5abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5abc


Comments

No comments written yet.

Please login to write comment.