Color Hex Logo

#de90bf Color Hex

#DE90BF
(222,144,191)
0 Favorites   0 Comments

Color spaces of #de90bf

RGB 222144191
HSL0.900.540.72
HSV324°35°87°
CMYK 0.000.350.14   0.13
XYZ49.501439.237754.2548
Yxy39.23770.34620.2744
Hunter Lab62.640031.4400-7.5052
CIE-Lab68.923136.2333-12.1393

#de90bf color RGB value is (222,144,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 10111111
Octal 336 220 277
Decimal 222 144 191
Hex DE 90 BF

RGB Percentages of Color #de90bf

%39.86
%25.85
%34.29

CMYK Percentages of Color #de90bf

%0
%35
%14
%13

Triadic Colors of #de90bf

#de90bf #bfde90 #90bfde

Analogous Colors of #de90bf

#de90bf #de9098 #d690de

Monochromatic Colors of #de90bf

#de90bf

Complementary Color

#de90bf #90deaf

#de90bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de90bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de90bf Color CSS Codes

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

#de90bf Text Font Color

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

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


#de90bf Background Color

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

This div background color is #de90bf


#de90bf Border Color

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

This div border color is #de90bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de90bf


Comments

No comments written yet.

Please login to write comment.