Color Hex Logo

#e306ea Color Hex

#E306EA
(227,6,234)
0 Favorites   0 Comments

Color spaces of #e306ea

RGB 2276234
HSL0.830.950.47
HSV298°97°92°
CMYK 0.030.970.00   0.08
XYZ46.595022.401779.7100
Yxy22.40170.31330.1506
Hunter Lab47.330492.8982-66.7200
CIE-Lab54.450690.5822-58.7857

#e306ea color RGB value is (227,6,234).

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

The process color (four color CMYK) of #e306ea color hex is 0.03, 0.97, 0.00, 0.08. Web safe color of #e306ea is #cc00ff. Color #e306ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 11101010
Octal 343 6 352
Decimal 227 6 234
Hex E3 6 EA

RGB Percentages of Color #e306ea

%48.61
%1.28
%50.11

CMYK Percentages of Color #e306ea

%3
%97
%0
%8

Triadic Colors of #e306ea

#e306ea #eae306 #06eae3

Analogous Colors of #e306ea

#e306ea #ea067f #7106ea

Monochromatic Colors of #e306ea

#e306ea

Complementary Color

#e306ea #0dea06

#e306ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e306ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e306ea Color CSS Codes

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

#e306ea Text Font Color

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

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


#e306ea Background Color

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

This div background color is #e306ea


#e306ea Border Color

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

This div border color is #e306ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e306ea


Comments

No comments written yet.

Please login to write comment.