Color Hex Logo

#d593be Color Hex

#D593BE
(213,147,190)
0 Favorites   0 Comments

Color spaces of #d593be

RGB 213147190
HSL0.890.440.71
HSV321°31°84°
CMYK 0.000.310.11   0.16
XYZ47.168638.731353.7050
Yxy38.73130.33790.2774
Hunter Lab62.234526.3779-7.5999
CIE-Lab68.556231.3936-12.2345

#d593be color RGB value is (213,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010011 10111110
Octal 325 223 276
Decimal 213 147 190
Hex D5 93 BE

RGB Percentages of Color #d593be

%38.73
%26.73
%34.55

CMYK Percentages of Color #d593be

%0
%31
%11
%16

Triadic Colors of #d593be

#d593be #bed593 #93bed5

Analogous Colors of #d593be

#d593be #d5939d #cb93d5

Monochromatic Colors of #d593be

#d593be

Complementary Color

#d593be #93d5aa

#d593be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d593be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d593be Color CSS Codes

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

#d593be Text Font Color

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

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


#d593be Background Color

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

This div background color is #d593be


#d593be Border Color

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

This div border color is #d593be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,147,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 #d593be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d593be


Comments

No comments written yet.

Please login to write comment.