Color Hex Logo

#e393cb Color Hex

#E393CB
(227,147,203)
0 Favorites   0 Comments

Color spaces of #e393cb

RGB 227147203
HSL0.880.590.73
HSV318°35°89°
CMYK 0.000.350.11   0.11
XYZ52.891841.510161.7245
Yxy41.51010.33880.2659
Hunter Lab64.428333.7882-11.7020
CIE-Lab70.531838.2813-16.3318

#e393cb color RGB value is (227,147,203).

#e393cb hex color red value is 227, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e393cb hue: 0.88 , saturation: 0.59 and the lightness value of e393cb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010011 11001011
Octal 343 223 313
Decimal 227 147 203
Hex E3 93 CB

RGB Percentages of Color #e393cb

%39.34
%25.48
%35.18

CMYK Percentages of Color #e393cb

%0
%35
%11
%11

Triadic Colors of #e393cb

#e393cb #cbe393 #93cbe3

Analogous Colors of #e393cb

#e393cb #e393a3 #d393e3

Monochromatic Colors of #e393cb

#e393cb

Complementary Color

#e393cb #93e3ab

#e393cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e393cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e393cb Color CSS Codes

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

#e393cb Text Font Color

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

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


#e393cb Background Color

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

This div background color is #e393cb


#e393cb Border Color

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

This div border color is #e393cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e393cb


Comments

No comments written yet.

Please login to write comment.