Color Hex Logo

#e625aa Color Hex

#E625AA
(230,37,170)
0 Favorites   0 Comments

Color spaces of #e625aa

RGB 23037170
HSL0.890.790.52
HSV319°84°90°
CMYK 0.000.840.26   0.10
XYZ40.550421.048439.9557
Yxy21.04840.39930.2073
Hunter Lab45.878577.4823-19.5208
CIE-Lab53.002478.9809-24.2171

#e625aa color RGB value is (230,37,170).

#e625aa hex color red value is 230, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e625aa hue: 0.89 , saturation: 0.79 and the lightness value of e625aa is 0.52.

The process color (four color CMYK) of #e625aa color hex is 0.00, 0.84, 0.26, 0.10. Web safe color of #e625aa is #ff3399. Color #e625aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100101 10101010
Octal 346 45 252
Decimal 230 37 170
Hex E6 25 AA

RGB Percentages of Color #e625aa

%52.63
%8.47
%38.90

CMYK Percentages of Color #e625aa

%0
%84
%26
%10

Triadic Colors of #e625aa

#e625aa #aae625 #25aae6

Analogous Colors of #e625aa

#e625aa #e62549 #c225e6

Monochromatic Colors of #e625aa

#e625aa

Complementary Color

#e625aa #25e661

#e625aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e625aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e625aa Color CSS Codes

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

#e625aa Text Font Color

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

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


#e625aa Background Color

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

This div background color is #e625aa


#e625aa Border Color

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

This div border color is #e625aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e625aa


Comments

No comments written yet.

Please login to write comment.