Color Hex Logo

#d599af Color Hex

#D599AF
(213,153,175)
0 Favorites   0 Comments

Color spaces of #d599af

RGB 213153175
HSL0.940.420.72
HSV338°28°84°
CMYK 0.000.280.18   0.16
XYZ46.569740.023745.8283
Yxy40.02370.35170.3022
Hunter Lab63.264320.68381.3357
CIE-Lab69.486425.7015-2.4934

#d599af color RGB value is (213,153,175).

#d599af hex color red value is 213, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d599af hue: 0.94 , saturation: 0.42 and the lightness value of d599af is 0.72.

The process color (four color CMYK) of #d599af color hex is 0.00, 0.28, 0.18, 0.16. Web safe color of #d599af is #cc9999. Color #d599af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011001 10101111
Octal 325 231 257
Decimal 213 153 175
Hex D5 99 AF

RGB Percentages of Color #d599af

%39.37
%28.28
%32.35

CMYK Percentages of Color #d599af

%0
%28
%18
%16

Triadic Colors of #d599af

#d599af #afd599 #99afd5

Analogous Colors of #d599af

#d599af #d5a199 #d599cd

Monochromatic Colors of #d599af

#d599af

Complementary Color

#d599af #99d5bf

#d599af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d599af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d599af Color CSS Codes

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

#d599af Text Font Color

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

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


#d599af Background Color

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

This div background color is #d599af


#d599af Border Color

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

This div border color is #d599af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d599af


Comments

No comments written yet.

Please login to write comment.