Color Hex Logo

#d497e0 Color Hex

#D497E0
(212,151,224)
0 Favorites   0 Comments

Color spaces of #d497e0

RGB 212151224
HSL0.810.540.74
HSV290°33°88°
CMYK 0.050.330.00   0.12
XYZ51.672541.512175.8102
Yxy41.51210.30580.2456
Hunter Lab64.429930.4040-24.6615
CIE-Lab70.533235.0904-28.0682

#d497e0 color RGB value is (212,151,224).

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

The process color (four color CMYK) of #d497e0 color hex is 0.05, 0.33, 0.00, 0.12. Web safe color of #d497e0 is #cc99cc. Color #d497e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010111 11100000
Octal 324 227 340
Decimal 212 151 224
Hex D4 97 E0

RGB Percentages of Color #d497e0

%36.12
%25.72
%38.16

CMYK Percentages of Color #d497e0

%5
%33
%0
%12

Triadic Colors of #d497e0

#d497e0 #e0d497 #97e0d4

Analogous Colors of #d497e0

#d497e0 #e097c8 #b097e0

Monochromatic Colors of #d497e0

#d497e0

Complementary Color

#d497e0 #a3e097

#d497e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d497e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d497e0 Color CSS Codes

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

#d497e0 Text Font Color

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

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


#d497e0 Background Color

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

This div background color is #d497e0


#d497e0 Border Color

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

This div border color is #d497e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d497e0


Comments

No comments written yet.

Please login to write comment.