Color Hex Logo

#e61acc Color Hex

#E61ACC
(230,26,204)
0 Favorites   0 Comments

Color spaces of #e61acc

RGB 23026204
HSL0.850.800.50
HSV308°89°90°
CMYK 0.000.890.11   0.10
XYZ43.901621.921459.0441
Yxy21.92140.35160.1756
Hunter Lab46.820385.4371-41.9952
CIE-Lab53.943585.0204-42.5008

#e61acc color RGB value is (230,26,204).

#e61acc hex color red value is 230, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e61acc hue: 0.85 , saturation: 0.80 and the lightness value of e61acc is 0.50.

The process color (four color CMYK) of #e61acc color hex is 0.00, 0.89, 0.11, 0.10. Web safe color of #e61acc is #ff33cc. Color #e61acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011010 11001100
Octal 346 32 314
Decimal 230 26 204
Hex E6 1A CC

RGB Percentages of Color #e61acc

%50.00
%5.65
%44.35

CMYK Percentages of Color #e61acc

%0
%89
%11
%10

Triadic Colors of #e61acc

#e61acc #cce61a #1acce6

Analogous Colors of #e61acc

#e61acc #e61a66 #9a1ae6

Monochromatic Colors of #e61acc

#e61acc

Complementary Color

#e61acc #1ae634

#e61acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61acc Color CSS Codes

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

#e61acc Text Font Color

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

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


#e61acc Background Color

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

This div background color is #e61acc


#e61acc Border Color

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

This div border color is #e61acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61acc


Comments

No comments written yet.

Please login to write comment.