Color Hex Logo

#d598b4 Color Hex

#D598B4
(213,152,180)
0 Favorites   0 Comments

Color spaces of #d598b4

RGB 213152180
HSL0.920.420.72
HSV332°29°84°
CMYK 0.000.290.15   0.16
XYZ46.907039.897948.4088
Yxy39.89790.34690.2951
Hunter Lab63.164822.0181-1.2239
CIE-Lab69.396727.0373-5.4100

#d598b4 color RGB value is (213,152,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011000 10110100
Octal 325 230 264
Decimal 213 152 180
Hex D5 98 B4

RGB Percentages of Color #d598b4

%39.08
%27.89
%33.03

CMYK Percentages of Color #d598b4

%0
%29
%15
%16

Triadic Colors of #d598b4

#d598b4 #b4d598 #98b4d5

Analogous Colors of #d598b4

#d598b4 #d59b98 #d598d3

Monochromatic Colors of #d598b4

#d598b4

Complementary Color

#d598b4 #98d5b9

#d598b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d598b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d598b4 Color CSS Codes

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

#d598b4 Text Font Color

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

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


#d598b4 Background Color

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

This div background color is #d598b4


#d598b4 Border Color

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

This div border color is #d598b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d598b4


Comments

No comments written yet.

Please login to write comment.