Color Hex Logo

#d597df Color Hex

#D597DF
(213,151,223)
0 Favorites   0 Comments

Color spaces of #d597df

RGB 213151223
HSL0.810.530.73
HSV292°32°87°
CMYK 0.040.320.00   0.13
XYZ51.826541.607175.1115
Yxy41.60710.30750.2469
Hunter Lab64.503630.5377-23.8880
CIE-Lab70.599235.2111-27.4082

#d597df color RGB value is (213,151,223).

#d597df hex color red value is 213, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d597df hue: 0.81 , saturation: 0.53 and the lightness value of d597df is 0.73.

The process color (four color CMYK) of #d597df color hex is 0.04, 0.32, 0.00, 0.13. Web safe color of #d597df is #cc99cc. Color #d597df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010111 11011111
Octal 325 227 337
Decimal 213 151 223
Hex D5 97 DF

RGB Percentages of Color #d597df

%36.29
%25.72
%37.99

CMYK Percentages of Color #d597df

%4
%32
%0
%13

Triadic Colors of #d597df

#d597df #dfd597 #97dfd5

Analogous Colors of #d597df

#d597df #df97c5 #b197df

Monochromatic Colors of #d597df

#d597df

Complementary Color

#d597df #a1df97

#d597df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d597df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d597df Color CSS Codes

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

#d597df Text Font Color

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

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


#d597df Background Color

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

This div background color is #d597df


#d597df Border Color

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

This div border color is #d597df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d597df


Comments

No comments written yet.

Please login to write comment.