Color Hex Logo

#d593cb Color Hex

#D593CB
(213,147,203)
0 Favorites   0 Comments

Color spaces of #d593cb

RGB 213147203
HSL0.860.440.71
HSV309°31°84°
CMYK 0.000.310.05   0.16
XYZ48.653839.325461.5261
Yxy39.32540.32540.2630
Hunter Lab62.710028.7476-14.2737
CIE-Lab68.986333.6515-18.8189

#d593cb color RGB value is (213,147,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010011 11001011
Octal 325 223 313
Decimal 213 147 203
Hex D5 93 CB

RGB Percentages of Color #d593cb

%37.83
%26.11
%36.06

CMYK Percentages of Color #d593cb

%0
%31
%5
%16

Triadic Colors of #d593cb

#d593cb #cbd593 #93cbd5

Analogous Colors of #d593cb

#d593cb #d593aa #be93d5

Monochromatic Colors of #d593cb

#d593cb

Complementary Color

#d593cb #93d59d

#d593cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d593cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d593cb Color CSS Codes

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

#d593cb Text Font Color

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

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


#d593cb Background Color

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

This div background color is #d593cb


#d593cb Border Color

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

This div border color is #d593cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d593cb


Comments

No comments written yet.

Please login to write comment.