Color Hex Logo

#e230eb Color Hex

#E230EB
(226,48,235)
0 Favorites   0 Comments

Color spaces of #e230eb

RGB 22648235
HSL0.830.820.55
HSV297°80°92°
CMYK 0.040.800.00   0.08
XYZ47.416424.280880.7848
Yxy24.28080.31100.1592
Hunter Lab49.275685.5330-62.7101
CIE-Lab56.367884.6215-56.2867

#e230eb color RGB value is (226,48,235).

#e230eb hex color red value is 226, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e230eb hue: 0.83 , saturation: 0.82 and the lightness value of e230eb is 0.55.

The process color (four color CMYK) of #e230eb color hex is 0.04, 0.80, 0.00, 0.08. Web safe color of #e230eb is #cc33ff. Color #e230eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 11101011
Octal 342 60 353
Decimal 226 48 235
Hex E2 30 EB

RGB Percentages of Color #e230eb

%44.40
%9.43
%46.17

CMYK Percentages of Color #e230eb

%4
%80
%0
%8

Triadic Colors of #e230eb

#e230eb #ebe230 #30ebe2

Analogous Colors of #e230eb

#e230eb #eb3097 #8530eb

Monochromatic Colors of #e230eb

#e230eb

Complementary Color

#e230eb #39eb30

#e230eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e230eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e230eb Color CSS Codes

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

#e230eb Text Font Color

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

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


#e230eb Background Color

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

This div background color is #e230eb


#e230eb Border Color

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

This div border color is #e230eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e230eb


Comments

No comments written yet.

Please login to write comment.