Color Hex Logo

#e306ab Color Hex

#E306AB
(227,6,171)
0 Favorites   0 Comments

Color spaces of #e306ab

RGB 2276171
HSL0.880.950.46
HSV315°97°89°
CMYK 0.000.970.25   0.11
XYZ39.094419.401440.2124
Yxy19.40140.39610.1966
Hunter Lab44.047081.3473-23.2955
CIE-Lab51.153682.3901-27.7108

#e306ab color RGB value is (227,6,171).

#e306ab hex color red value is 227, green value is 6 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e306ab hue: 0.88 , saturation: 0.95 and the lightness value of e306ab is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 10101011
Octal 343 6 253
Decimal 227 6 171
Hex E3 6 AB

RGB Percentages of Color #e306ab

%56.19
%1.49
%42.33

CMYK Percentages of Color #e306ab

%0
%97
%25
%11

Triadic Colors of #e306ab

#e306ab #abe306 #06abe3

Analogous Colors of #e306ab

#e306ab #e3063d #ad06e3

Monochromatic Colors of #e306ab

#e306ab

Complementary Color

#e306ab #06e33e

#e306ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e306ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e306ab Color CSS Codes

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

#e306ab Text Font Color

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

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


#e306ab Background Color

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

This div background color is #e306ab


#e306ab Border Color

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

This div border color is #e306ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,6,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e306ab


Comments

No comments written yet.

Please login to write comment.