Color Hex Logo

#d590b2 Color Hex

#D590B2
(213,144,178)
0 Favorites   0 Comments

Color spaces of #d590b2

RGB 213144178
HSL0.920.450.70
HSV330°32°84°
CMYK 0.000.320.16   0.16
XYZ45.449737.307046.9250
Yxy37.30700.35050.2877
Hunter Lab61.079525.9342-2.7946
CIE-Lab67.506731.0489-7.0928

#d590b2 color RGB value is (213,144,178).

#d590b2 hex color red value is 213, green value is 144 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #d590b2 hue: 0.92 , saturation: 0.45 and the lightness value of d590b2 is 0.70.

The process color (four color CMYK) of #d590b2 color hex is 0.00, 0.32, 0.16, 0.16. Web safe color of #d590b2 is #cc9999. Color #d590b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 10110010
Octal 325 220 262
Decimal 213 144 178
Hex D5 90 B2

RGB Percentages of Color #d590b2

%39.81
%26.92
%33.27

CMYK Percentages of Color #d590b2

%0
%32
%16
%16

Triadic Colors of #d590b2

#d590b2 #b2d590 #90b2d5

Analogous Colors of #d590b2

#d590b2 #d59190 #d590d5

Monochromatic Colors of #d590b2

#d590b2

Complementary Color

#d590b2 #90d5b3

#d590b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d590b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d590b2 Color CSS Codes

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

#d590b2 Text Font Color

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

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


#d590b2 Background Color

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

This div background color is #d590b2


#d590b2 Border Color

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

This div border color is #d590b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d590b2


Comments

No comments written yet.

Please login to write comment.