Color Hex Logo

#de90ba Color Hex

#DE90BA
(222,144,186)
0 Favorites   0 Comments

Color spaces of #de90ba

RGB 222144186
HSL0.910.540.72
HSV328°35°87°
CMYK 0.000.350.16   0.13
XYZ48.960439.021351.4057
Yxy39.02130.35130.2799
Hunter Lab62.467030.5874-5.0643
CIE-Lab68.766735.4366-9.5834

#de90ba color RGB value is (222,144,186).

#de90ba hex color red value is 222, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #de90ba hue: 0.91 , saturation: 0.54 and the lightness value of de90ba is 0.72.

The process color (four color CMYK) of #de90ba color hex is 0.00, 0.35, 0.16, 0.13. Web safe color of #de90ba is #cc99cc. Color #de90ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 10111010
Octal 336 220 272
Decimal 222 144 186
Hex DE 90 BA

RGB Percentages of Color #de90ba

%40.22
%26.09
%33.70

CMYK Percentages of Color #de90ba

%0
%35
%16
%13

Triadic Colors of #de90ba

#de90ba #bade90 #90bade

Analogous Colors of #de90ba

#de90ba #de9093 #db90de

Monochromatic Colors of #de90ba

#de90ba

Complementary Color

#de90ba #90deb4

#de90ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de90ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#de90ba Color CSS Codes

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

#de90ba Text Font Color

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

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


#de90ba Background Color

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

This div background color is #de90ba


#de90ba Border Color

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

This div border color is #de90ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de90ba


Comments

No comments written yet.

Please login to write comment.