Color Hex Logo

#e61385 Color Hex

#E61385
(230,19,133)
0 Favorites   0 Comments

Color spaces of #e61385

RGB 23019133
HSL0.910.850.49
HSV328°92°90°
CMYK 0.000.920.42   0.10
XYZ37.099618.982223.8989
Yxy18.98220.46390.2373
Hunter Lab43.568675.7517-2.0247
CIE-Lab50.666478.0548-5.7011

#e61385 color RGB value is (230,19,133).

#e61385 hex color red value is 230, green value is 19 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e61385 hue: 0.91 , saturation: 0.85 and the lightness value of e61385 is 0.49.

The process color (four color CMYK) of #e61385 color hex is 0.00, 0.92, 0.42, 0.10. Web safe color of #e61385 is #ff0099. Color #e61385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 10000101
Octal 346 23 205
Decimal 230 19 133
Hex E6 13 85

RGB Percentages of Color #e61385

%60.21
%4.97
%34.82

CMYK Percentages of Color #e61385

%0
%92
%42
%10

Triadic Colors of #e61385

#e61385 #85e613 #1385e6

Analogous Colors of #e61385

#e61385 #e6131b #de13e6

Monochromatic Colors of #e61385

#e61385

Complementary Color

#e61385 #13e674

#e61385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61385 Color CSS Codes

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

#e61385 Text Font Color

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

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


#e61385 Background Color

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

This div background color is #e61385


#e61385 Border Color

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

This div border color is #e61385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61385


Comments

No comments written yet.

Please login to write comment.