Color Hex Logo

#d397ca Color Hex

#D397CA
(211,151,202)
0 Favorites   0 Comments

Color spaces of #d397ca

RGB 211151202
HSL0.860.410.71
HSV309°28°83°
CMYK 0.000.280.04   0.17
XYZ48.591240.246461.0844
Yxy40.24640.32410.2684
Hunter Lab63.440125.7000-12.6804
CIE-Lab69.644730.6422-17.2872

#d397ca color RGB value is (211,151,202).

#d397ca hex color red value is 211, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d397ca hue: 0.86 , saturation: 0.41 and the lightness value of d397ca is 0.71.

The process color (four color CMYK) of #d397ca color hex is 0.00, 0.28, 0.04, 0.17. Web safe color of #d397ca is #cc99cc. Color #d397ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010111 11001010
Octal 323 227 312
Decimal 211 151 202
Hex D3 97 CA

RGB Percentages of Color #d397ca

%37.41
%26.77
%35.82

CMYK Percentages of Color #d397ca

%0
%28
%4
%17

Triadic Colors of #d397ca

#d397ca #cad397 #97cad3

Analogous Colors of #d397ca

#d397ca #d397ac #be97d3

Monochromatic Colors of #d397ca

#d397ca

Complementary Color

#d397ca #97d3a0

#d397ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d397ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d397ca Color CSS Codes

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

#d397ca Text Font Color

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

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


#d397ca Background Color

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

This div background color is #d397ca


#d397ca Border Color

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

This div border color is #d397ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d397ca


Comments

No comments written yet.

Please login to write comment.