Color Hex Logo

#de88ba Color Hex

#DE88BA
(222,136,186)
0 Favorites   0 Comments

Color spaces of #de88ba

RGB 222136186
HSL0.900.570.70
HSV325°39°87°
CMYK 0.000.390.16   0.13
XYZ47.791336.683151.0160
Yxy36.68310.35270.2707
Hunter Lab60.566634.8576-7.5441
CIE-Lab67.038639.6693-12.1684

#de88ba color RGB value is (222,136,186).

#de88ba hex color red value is 222, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #de88ba hue: 0.90 , saturation: 0.57 and the lightness value of de88ba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001000 10111010
Octal 336 210 272
Decimal 222 136 186
Hex DE 88 BA

RGB Percentages of Color #de88ba

%40.81
%25.00
%34.19

CMYK Percentages of Color #de88ba

%0
%39
%16
%13

Triadic Colors of #de88ba

#de88ba #bade88 #88bade

Analogous Colors of #de88ba

#de88ba #de888f #d788de

Monochromatic Colors of #de88ba

#de88ba

Complementary Color

#de88ba #88deac

#de88ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de88ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#de88ba Color CSS Codes

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

#de88ba Text Font Color

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

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


#de88ba Background Color

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

This div background color is #de88ba


#de88ba Border Color

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

This div border color is #de88ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,136,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 #de88ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de88ba


Comments

No comments written yet.

Please login to write comment.