Color Hex Logo

#d598cc Color Hex

#D598CC
(213,152,204)
0 Favorites   0 Comments

Color spaces of #d598cc

RGB 213152204
HSL0.860.420.72
HSV309°29°84°
CMYK 0.000.290.04   0.16
XYZ49.567940.962262.4207
Yxy40.96220.32410.2678
Hunter Lab64.001726.2413-13.0242
CIE-Lab70.149431.1275-17.6111

#d598cc color RGB value is (213,152,204).

#d598cc hex color red value is 213, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d598cc hue: 0.86 , saturation: 0.42 and the lightness value of d598cc is 0.72.

The process color (four color CMYK) of #d598cc color hex is 0.00, 0.29, 0.04, 0.16. Web safe color of #d598cc is #cc99cc. Color #d598cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011000 11001100
Octal 325 230 314
Decimal 213 152 204
Hex D5 98 CC

RGB Percentages of Color #d598cc

%37.43
%26.71
%35.85

CMYK Percentages of Color #d598cc

%0
%29
%4
%16

Triadic Colors of #d598cc

#d598cc #ccd598 #98ccd5

Analogous Colors of #d598cc

#d598cc #d598ae #c098d5

Monochromatic Colors of #d598cc

#d598cc

Complementary Color

#d598cc #98d5a1

#d598cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d598cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d598cc Color CSS Codes

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

#d598cc Text Font Color

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

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


#d598cc Background Color

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

This div background color is #d598cc


#d598cc Border Color

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

This div border color is #d598cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,152,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d598cc


Comments

No comments written yet.

Please login to write comment.