Color Hex Logo

#e62393 Color Hex

#E62393
(230,35,147)
0 Favorites   0 Comments

Color spaces of #e62393

RGB 23035147
HSL0.900.800.52
HSV326°85°90°
CMYK 0.000.850.36   0.10
XYZ38.500620.131629.4603
Yxy20.13160.43700.2285
Hunter Lab44.868374.6480-7.5218
CIE-Lab51.985776.9111-12.1400

#e62393 color RGB value is (230,35,147).

#e62393 hex color red value is 230, green value is 35 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e62393 hue: 0.90 , saturation: 0.80 and the lightness value of e62393 is 0.52.

The process color (four color CMYK) of #e62393 color hex is 0.00, 0.85, 0.36, 0.10. Web safe color of #e62393 is #ff3399. Color #e62393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100011 10010011
Octal 346 43 223
Decimal 230 35 147
Hex E6 23 93

RGB Percentages of Color #e62393

%55.83
%8.50
%35.68

CMYK Percentages of Color #e62393

%0
%85
%36
%10

Triadic Colors of #e62393

#e62393 #93e623 #2393e6

Analogous Colors of #e62393

#e62393 #e62331 #d823e6

Monochromatic Colors of #e62393

#e62393

Complementary Color

#e62393 #23e676

#e62393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62393 Color CSS Codes

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

#e62393 Text Font Color

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

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


#e62393 Background Color

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

This div background color is #e62393


#e62393 Border Color

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

This div border color is #e62393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62393


Comments

No comments written yet.

Please login to write comment.