Color Hex Logo

#d297ce Color Hex

#D297CE
(210,151,206)
0 Favorites   0 Comments

Color spaces of #d297ce

RGB 210151206
HSL0.840.400.71
HSV304°28°82°
CMYK 0.000.280.02   0.18
XYZ48.785540.291163.5982
Yxy40.29110.31950.2639
Hunter Lab63.475326.1089-14.9721
CIE-Lab69.676431.0378-19.4649

#d297ce color RGB value is (210,151,206).

#d297ce hex color red value is 210, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d297ce hue: 0.84 , saturation: 0.40 and the lightness value of d297ce is 0.71.

The process color (four color CMYK) of #d297ce color hex is 0.00, 0.28, 0.02, 0.18. Web safe color of #d297ce is #cc99cc. Color #d297ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010111 11001110
Octal 322 227 316
Decimal 210 151 206
Hex D2 97 CE

RGB Percentages of Color #d297ce

%37.04
%26.63
%36.33

CMYK Percentages of Color #d297ce

%0
%28
%2
%18

Triadic Colors of #d297ce

#d297ce #ced297 #97ced2

Analogous Colors of #d297ce

#d297ce #d297b1 #b997d2

Monochromatic Colors of #d297ce

#d297ce

Complementary Color

#d297ce #97d29b

#d297ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d297ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d297ce Color CSS Codes

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

#d297ce Text Font Color

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

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


#d297ce Background Color

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

This div background color is #d297ce


#d297ce Border Color

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

This div border color is #d297ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d297ce


Comments

No comments written yet.

Please login to write comment.