Color Hex Logo

#d898ca Color Hex

#D898CA
(216,152,202)
0 Favorites   0 Comments

Color spaces of #d898ca

RGB 216152202
HSL0.870.450.72
HSV313°30°85°
CMYK 0.000.300.06   0.15
XYZ50.207841.319761.2064
Yxy41.31970.32870.2705
Hunter Lab64.280426.9311-11.4584
CIE-Lab70.399331.7748-16.0958

#d898ca color RGB value is (216,152,202).

#d898ca hex color red value is 216, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d898ca hue: 0.87 , saturation: 0.45 and the lightness value of d898ca is 0.72.

The process color (four color CMYK) of #d898ca color hex is 0.00, 0.30, 0.06, 0.15. Web safe color of #d898ca is #cc99cc. Color #d898ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011000 11001010
Octal 330 230 312
Decimal 216 152 202
Hex D8 98 CA

RGB Percentages of Color #d898ca

%37.89
%26.67
%35.44

CMYK Percentages of Color #d898ca

%0
%30
%6
%15

Triadic Colors of #d898ca

#d898ca #cad898 #98cad8

Analogous Colors of #d898ca

#d898ca #d898aa #c698d8

Monochromatic Colors of #d898ca

#d898ca

Complementary Color

#d898ca #98d8a6

#d898ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d898ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d898ca Color CSS Codes

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

#d898ca Text Font Color

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

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


#d898ca Background Color

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

This div background color is #d898ca


#d898ca Border Color

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

This div border color is #d898ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d898ca


Comments

No comments written yet.

Please login to write comment.