Color Hex Logo

#d297cb Color Hex

#D297CB
(210,151,203)
0 Favorites   0 Comments

Color spaces of #d297cb

RGB 210151203
HSL0.850.400.71
HSV307°28°82°
CMYK 0.000.280.03   0.18
XYZ48.424440.146761.6967
Yxy40.14670.32230.2672
Hunter Lab63.361425.5374-13.3793
CIE-Lab69.573930.4893-17.9585

#d297cb color RGB value is (210,151,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010111 11001011
Octal 322 227 313
Decimal 210 151 203
Hex D2 97 CB

RGB Percentages of Color #d297cb

%37.23
%26.77
%35.99

CMYK Percentages of Color #d297cb

%0
%28
%3
%18

Triadic Colors of #d297cb

#d297cb #cbd297 #97cbd2

Analogous Colors of #d297cb

#d297cb #d297ae #bc97d2

Monochromatic Colors of #d297cb

#d297cb

Complementary Color

#d297cb #97d29e

#d297cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d297cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d297cb Color CSS Codes

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

#d297cb Text Font Color

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

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


#d297cb Background Color

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

This div background color is #d297cb


#d297cb Border Color

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

This div border color is #d297cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d297cb


Comments

No comments written yet.

Please login to write comment.