Color Hex Logo

#d598cd Color Hex

#D598CD
(213,152,205)
0 Favorites   0 Comments

Color spaces of #d598cd

RGB 213152205
HSL0.860.420.72
HSV308°29°84°
CMYK 0.000.290.04   0.16
XYZ49.688341.010463.0545
Yxy41.01040.32320.2667
Hunter Lab64.039426.4297-13.5506
CIE-Lab70.183231.3075-18.1133

#d598cd color RGB value is (213,152,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011000 11001101
Octal 325 230 315
Decimal 213 152 205
Hex D5 98 CD

RGB Percentages of Color #d598cd

%37.37
%26.67
%35.96

CMYK Percentages of Color #d598cd

%0
%29
%4
%16

Triadic Colors of #d598cd

#d598cd #cdd598 #98cdd5

Analogous Colors of #d598cd

#d598cd #d598af #bf98d5

Monochromatic Colors of #d598cd

#d598cd

Complementary Color

#d598cd #98d5a0

#d598cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d598cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d598cd Color CSS Codes

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

#d598cd Text Font Color

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

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


#d598cd Background Color

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

This div background color is #d598cd


#d598cd Border Color

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

This div border color is #d598cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d598cd


Comments

No comments written yet.

Please login to write comment.