Color Hex Logo

#de8598 Color Hex

#DE8598
(222,133,152)
0 Favorites   0 Comments

Color spaces of #de8598

RGB 222133152
HSL0.960.570.70
HSV347°40°87°
CMYK 0.000.400.32   0.13
XYZ44.179234.571734.0503
Yxy34.57170.39170.3065
Hunter Lab58.797731.22476.8230
CIE-Lab65.413836.39224.6154

#de8598 color RGB value is (222,133,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 10011000
Octal 336 205 230
Decimal 222 133 152
Hex DE 85 98

RGB Percentages of Color #de8598

%43.79
%26.23
%29.98

CMYK Percentages of Color #de8598

%0
%40
%32
%13

Triadic Colors of #de8598

#de8598 #98de85 #8598de

Analogous Colors of #de8598

#de8598 #de9f85 #de85c5

Monochromatic Colors of #de8598

#de8598

Complementary Color

#de8598 #85decb

#de8598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8598 Color CSS Codes

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

#de8598 Text Font Color

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

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


#de8598 Background Color

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

This div background color is #de8598


#de8598 Border Color

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

This div border color is #de8598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8598


Comments

No comments written yet.

Please login to write comment.