Color Hex Logo

#e306ee Color Hex

#E306EE
(227,6,238)
0 Favorites   0 Comments

Color spaces of #e306ee

RGB 2276238
HSL0.830.950.48
HSV297°97°93°
CMYK 0.050.970.00   0.07
XYZ47.176322.634282.7713
Yxy22.63420.30920.1483
Hunter Lab47.575493.7456-69.8494
CIE-Lab54.693591.1679-60.6456

#e306ee color RGB value is (227,6,238).

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

The process color (four color CMYK) of #e306ee color hex is 0.05, 0.97, 0.00, 0.07. Web safe color of #e306ee is #cc00ff. Color #e306ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 11101110
Octal 343 6 356
Decimal 227 6 238
Hex E3 6 EE

RGB Percentages of Color #e306ee

%48.20
%1.27
%50.53

CMYK Percentages of Color #e306ee

%5
%97
%0
%7

Triadic Colors of #e306ee

#e306ee #eee306 #06eee3

Analogous Colors of #e306ee

#e306ee #ee0685 #6f06ee

Monochromatic Colors of #e306ee

#e306ee

Complementary Color

#e306ee #11ee06

#e306ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e306ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e306ee Color CSS Codes

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

#e306ee Text Font Color

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

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


#e306ee Background Color

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

This div background color is #e306ee


#e306ee Border Color

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

This div border color is #e306ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e306ee


Comments

No comments written yet.

Please login to write comment.