Color Hex Logo

#e306fc Color Hex

#E306FC
(227,6,252)
0 Favorites   0 Comments

Color spaces of #e306fc

RGB 2276252
HSL0.820.980.51
HSV294°98°99°
CMYK 0.100.980.00   0.01
XYZ49.314423.489494.0302
Yxy23.48940.29560.1408
Hunter Lab48.465996.8099-81.1044
CIE-Lab55.572993.2701-67.0564

#e306fc color RGB value is (227,6,252).

#e306fc hex color red value is 227, green value is 6 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e306fc hue: 0.82 , saturation: 0.98 and the lightness value of e306fc is 0.51.

The process color (four color CMYK) of #e306fc color hex is 0.10, 0.98, 0.00, 0.01. Web safe color of #e306fc is #cc00ff. Color #e306fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 11111100
Octal 343 6 374
Decimal 227 6 252
Hex E3 6 FC

RGB Percentages of Color #e306fc

%46.80
%1.24
%51.96

CMYK Percentages of Color #e306fc

%10
%98
%0
%1

Triadic Colors of #e306fc

#e306fc #fce306 #06fce3

Analogous Colors of #e306fc

#e306fc #fc069a #6806fc

Monochromatic Colors of #e306fc

#e306fc

Complementary Color

#e306fc #1ffc06

#e306fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e306fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e306fc Color CSS Codes

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

#e306fc Text Font Color

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

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


#e306fc Background Color

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

This div background color is #e306fc


#e306fc Border Color

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

This div border color is #e306fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e306fc

Related Colors


Comments

No comments written yet.

Please login to write comment.