Color Hex Logo

#e61aad Color Hex

#E61AAD
(230,26,173)
0 Favorites   0 Comments

Color spaces of #e61aad

RGB 23026173
HSL0.880.800.50
HSV317°89°90°
CMYK 0.000.890.25   0.10
XYZ40.545320.578941.3703
Yxy20.57890.39560.2008
Hunter Lab45.364080.1523-22.3156
CIE-Lab52.485581.1932-26.7785

#e61aad color RGB value is (230,26,173).

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

The process color (four color CMYK) of #e61aad color hex is 0.00, 0.89, 0.25, 0.10. Web safe color of #e61aad is #ff3399. Color #e61aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011010 10101101
Octal 346 32 255
Decimal 230 26 173
Hex E6 1A AD

RGB Percentages of Color #e61aad

%53.61
%6.06
%40.33

CMYK Percentages of Color #e61aad

%0
%89
%25
%10

Triadic Colors of #e61aad

#e61aad #ade61a #1aade6

Analogous Colors of #e61aad

#e61aad #e61a47 #b91ae6

Monochromatic Colors of #e61aad

#e61aad

Complementary Color

#e61aad #1ae653

#e61aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61aad Color CSS Codes

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

#e61aad Text Font Color

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

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


#e61aad Background Color

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

This div background color is #e61aad


#e61aad Border Color

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

This div border color is #e61aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61aad


Comments

No comments written yet.

Please login to write comment.