Color Hex Logo

#e593cb Color Hex

#E593CB
(229,147,203)
0 Favorites   0 Comments

Color spaces of #e593cb

RGB 229147203
HSL0.890.610.74
HSV319°36°90°
CMYK 0.000.360.11   0.10
XYZ53.526341.837261.7542
Yxy41.83720.34070.2663
Hunter Lab64.681734.5219-11.3294
CIE-Lab70.758538.9421-15.9674

#e593cb color RGB value is (229,147,203).

#e593cb hex color red value is 229, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e593cb hue: 0.89 , saturation: 0.61 and the lightness value of e593cb is 0.74.

The process color (four color CMYK) of #e593cb color hex is 0.00, 0.36, 0.11, 0.10. Web safe color of #e593cb is #cc99cc. Color #e593cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 11001011
Octal 345 223 313
Decimal 229 147 203
Hex E5 93 CB

RGB Percentages of Color #e593cb

%39.55
%25.39
%35.06

CMYK Percentages of Color #e593cb

%0
%36
%11
%10

Triadic Colors of #e593cb

#e593cb #cbe593 #93cbe5

Analogous Colors of #e593cb

#e593cb #e593a2 #d693e5

Monochromatic Colors of #e593cb

#e593cb

Complementary Color

#e593cb #93e5ad

#e593cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e593cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e593cb Color CSS Codes

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

#e593cb Text Font Color

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

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


#e593cb Background Color

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

This div background color is #e593cb


#e593cb Border Color

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

This div border color is #e593cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e593cb


Comments

No comments written yet.

Please login to write comment.