Color Hex Logo

#e935c0 Color Hex

#E935C0
(233,53,192)
0 Favorites   0 Comments

Color spaces of #e935c0

RGB 23353192
HSL0.870.800.56
HSV314°77°91°
CMYK 0.000.770.18   0.09
XYZ44.391823.675652.0993
Yxy23.67560.36940.1970
Hunter Lab48.657677.7003-29.4235
CIE-Lab55.761578.6173-32.7034

#e935c0 color RGB value is (233,53,192).

#e935c0 hex color red value is 233, green value is 53 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #e935c0 hue: 0.87 , saturation: 0.80 and the lightness value of e935c0 is 0.56.

The process color (four color CMYK) of #e935c0 color hex is 0.00, 0.77, 0.18, 0.09. Web safe color of #e935c0 is #ff33cc. Color #e935c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110101 11000000
Octal 351 65 300
Decimal 233 53 192
Hex E9 35 C0

RGB Percentages of Color #e935c0

%48.74
%11.09
%40.17

CMYK Percentages of Color #e935c0

%0
%77
%18
%9

Triadic Colors of #e935c0

#e935c0 #c0e935 #35c0e9

Analogous Colors of #e935c0

#e935c0 #e93566 #b835e9

Monochromatic Colors of #e935c0

#e935c0

Complementary Color

#e935c0 #35e95e

#e935c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e935c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e935c0 Color CSS Codes

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

#e935c0 Text Font Color

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

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


#e935c0 Background Color

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

This div background color is #e935c0


#e935c0 Border Color

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

This div border color is #e935c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,53,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e935c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e935c0;
  -webkit-box-shadow: 1px 1px 3px 2px #e935c0;
  box-shadow:         1px 1px 3px 2px #e935c0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,53,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e935c0


Comments

No comments written yet.

Please login to write comment.