Color Hex Logo

#e30baa Color Hex

#E30BAA
(227,11,170)
0 Favorites   0 Comments

Color spaces of #e30baa

RGB 22711170
HSL0.880.910.47
HSV316°95°89°
CMYK 0.000.950.25   0.11
XYZ39.053919.472539.7304
Yxy19.47250.39750.1982
Hunter Lab44.127780.7528-22.4925
CIE-Lab51.235581.9085-26.9939

#e30baa color RGB value is (227,11,170).

#e30baa hex color red value is 227, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e30baa hue: 0.88 , saturation: 0.91 and the lightness value of e30baa is 0.47.

The process color (four color CMYK) of #e30baa color hex is 0.00, 0.95, 0.25, 0.11. Web safe color of #e30baa is #cc0099. Color #e30baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001011 10101010
Octal 343 13 252
Decimal 227 11 170
Hex E3 B AA

RGB Percentages of Color #e30baa

%55.64
%2.70
%41.67

CMYK Percentages of Color #e30baa

%0
%95
%25
%11

Triadic Colors of #e30baa

#e30baa #aae30b #0baae3

Analogous Colors of #e30baa

#e30baa #e30b3e #b00be3

Monochromatic Colors of #e30baa

#e30baa

Complementary Color

#e30baa #0be344

#e30baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30baa Color CSS Codes

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

#e30baa Text Font Color

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

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


#e30baa Background Color

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

This div background color is #e30baa


#e30baa Border Color

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

This div border color is #e30baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,11,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 #e30baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30baa


Comments

No comments written yet.

Please login to write comment.