Color Hex Logo

#d590be Color Hex

#D590BE
(213,144,190)
0 Favorites   0 Comments

Color spaces of #d590be

RGB 213144190
HSL0.890.450.70
HSV320°32°84°
CMYK 0.000.320.11   0.16
XYZ46.708137.810453.5515
Yxy37.81040.33830.2738
Hunter Lab61.490227.9813-8.5923
CIE-Lab67.880633.0130-13.2485

#d590be color RGB value is (213,144,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 10111110
Octal 325 220 276
Decimal 213 144 190
Hex D5 90 BE

RGB Percentages of Color #d590be

%38.94
%26.33
%34.73

CMYK Percentages of Color #d590be

%0
%32
%11
%16

Triadic Colors of #d590be

#d590be #bed590 #90bed5

Analogous Colors of #d590be

#d590be #d5909c #ca90d5

Monochromatic Colors of #d590be

#d590be

Complementary Color

#d590be #90d5a7

#d590be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d590be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d590be Color CSS Codes

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

#d590be Text Font Color

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

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


#d590be Background Color

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

This div background color is #d590be


#d590be Border Color

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

This div border color is #d590be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d590be


Comments

No comments written yet.

Please login to write comment.