Color Hex Logo

#de99da Color Hex

#DE99DA
(222,153,218)
0 Favorites   0 Comments

Color spaces of #de99da

RGB 222153218
HSL0.840.510.74
HSV303°31°87°
CMYK 0.000.310.02   0.13
XYZ54.170343.374071.8466
Yxy43.37400.31980.2561
Hunter Lab65.858931.5667-18.5792
CIE-Lab71.808136.0676-22.7254

#de99da color RGB value is (222,153,218).

#de99da hex color red value is 222, green value is 153 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #de99da hue: 0.84 , saturation: 0.51 and the lightness value of de99da is 0.74.

The process color (four color CMYK) of #de99da color hex is 0.00, 0.31, 0.02, 0.13. Web safe color of #de99da is #cc99cc. Color #de99da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 11011010
Octal 336 231 332
Decimal 222 153 218
Hex DE 99 DA

RGB Percentages of Color #de99da

%37.44
%25.80
%36.76

CMYK Percentages of Color #de99da

%0
%31
%2
%13

Triadic Colors of #de99da

#de99da #dade99 #99dade

Analogous Colors of #de99da

#de99da #de99b8 #c099de

Monochromatic Colors of #de99da

#de99da

Complementary Color

#de99da #99de9d

#de99da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de99da Color Preview on White Background

Lorem ipsum dolor sit amet.

#de99da Color CSS Codes

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

#de99da Text Font Color

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

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


#de99da Background Color

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

This div background color is #de99da


#de99da Border Color

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

This div border color is #de99da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de99da


Comments

No comments written yet.

Please login to write comment.