Color Hex Logo

#d497df Color Hex

#D497DF
(212,151,223)
0 Favorites   0 Comments

Color spaces of #d497df

RGB 212151223
HSL0.810.530.73
HSV291°32°87°
CMYK 0.050.320.00   0.13
XYZ51.537341.458075.0979
Yxy41.45800.30660.2466
Hunter Lab64.387930.1960-24.0805
CIE-Lab70.495634.8963-27.5761

#d497df color RGB value is (212,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010111 11011111
Octal 324 227 337
Decimal 212 151 223
Hex D4 97 DF

RGB Percentages of Color #d497df

%36.18
%25.77
%38.05

CMYK Percentages of Color #d497df

%5
%32
%0
%13

Triadic Colors of #d497df

#d497df #dfd497 #97dfd4

Analogous Colors of #d497df

#d497df #df97c6 #b097df

Monochromatic Colors of #d497df

#d497df

Complementary Color

#d497df #a2df97

#d497df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d497df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d497df Color CSS Codes

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

#d497df Text Font Color

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

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


#d497df Background Color

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

This div background color is #d497df


#d497df Border Color

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

This div border color is #d497df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d497df


Comments

No comments written yet.

Please login to write comment.