Color Hex Logo

#e230ae Color Hex

#E230AE
(226,48,174)
0 Favorites   0 Comments

Color spaces of #e230ae

RGB 22648174
HSL0.880.750.54
HSV318°79°89°
CMYK 0.000.790.23   0.11
XYZ40.061021.338642.0517
Yxy21.33860.38720.2063
Hunter Lab46.193773.9632-21.6381
CIE-Lab53.318176.0999-26.1340

#e230ae color RGB value is (226,48,174).

#e230ae hex color red value is 226, green value is 48 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e230ae hue: 0.88 , saturation: 0.75 and the lightness value of e230ae is 0.54.

The process color (four color CMYK) of #e230ae color hex is 0.00, 0.79, 0.23, 0.11. Web safe color of #e230ae is #cc3399. Color #e230ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 10101110
Octal 342 60 256
Decimal 226 48 174
Hex E2 30 AE

RGB Percentages of Color #e230ae

%50.45
%10.71
%38.84

CMYK Percentages of Color #e230ae

%0
%79
%23
%11

Triadic Colors of #e230ae

#e230ae #aee230 #30aee2

Analogous Colors of #e230ae

#e230ae #e23055 #bd30e2

Monochromatic Colors of #e230ae

#e230ae

Complementary Color

#e230ae #30e264

#e230ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e230ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e230ae Color CSS Codes

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

#e230ae Text Font Color

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

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


#e230ae Background Color

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

This div background color is #e230ae


#e230ae Border Color

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

This div border color is #e230ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,48,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e230ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e230ae;
  -webkit-box-shadow: 1px 1px 3px 2px #e230ae;
  box-shadow:         1px 1px 3px 2px #e230ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,48,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e230ae


Comments

No comments written yet.

Please login to write comment.