Color Hex Logo

#de859d Color Hex

#DE859D
(222,133,157)
0 Favorites   0 Comments

Color spaces of #de859d

RGB 222133157
HSL0.960.570.70
HSV344°40°87°
CMYK 0.000.400.29   0.13
XYZ44.597534.739036.2530
Yxy34.73900.38580.3005
Hunter Lab58.939831.91954.7895
CIE-Lab65.545037.04561.9752

#de859d color RGB value is (222,133,157).

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

The process color (four color CMYK) of #de859d color hex is 0.00, 0.40, 0.29, 0.13. Web safe color of #de859d is #cc9999. Color #de859d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 10011101
Octal 336 205 235
Decimal 222 133 157
Hex DE 85 9D

RGB Percentages of Color #de859d

%43.36
%25.98
%30.66

CMYK Percentages of Color #de859d

%0
%40
%29
%13

Triadic Colors of #de859d

#de859d #9dde85 #859dde

Analogous Colors of #de859d

#de859d #de9a85 #de85ca

Monochromatic Colors of #de859d

#de859d

Complementary Color

#de859d #85dec6

#de859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de859d Color CSS Codes

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

#de859d Text Font Color

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

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


#de859d Background Color

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

This div background color is #de859d


#de859d Border Color

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

This div border color is #de859d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de859d


Comments

No comments written yet.

Please login to write comment.