Color Hex Logo

#d590bc Color Hex

#D590BC
(213,144,188)
0 Favorites   0 Comments

Color spaces of #d590bc

RGB 213144188
HSL0.890.450.70
HSV322°32°84°
CMYK 0.000.320.12   0.16
XYZ46.490937.723552.4080
Yxy37.72350.34030.2761
Hunter Lab61.419527.6299-7.5974
CIE-Lab67.816332.6776-12.2276

#d590bc color RGB value is (213,144,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 10111100
Octal 325 220 274
Decimal 213 144 188
Hex D5 90 BC

RGB Percentages of Color #d590bc

%39.08
%26.42
%34.50

CMYK Percentages of Color #d590bc

%0
%32
%12
%16

Triadic Colors of #d590bc

#d590bc #bcd590 #90bcd5

Analogous Colors of #d590bc

#d590bc #d5909a #cc90d5

Monochromatic Colors of #d590bc

#d590bc

Complementary Color

#d590bc #90d5a9

#d590bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d590bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d590bc Color CSS Codes

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

#d590bc Text Font Color

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

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


#d590bc Background Color

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

This div background color is #d590bc


#d590bc Border Color

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

This div border color is #d590bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d590bc


Comments

No comments written yet.

Please login to write comment.