Color Hex Logo

#e306cc Color Hex

#E306CC
(227,6,204)
0 Favorites   0 Comments

Color spaces of #e306cc

RGB 2276204
HSL0.850.950.46
HSV306°97°89°
CMYK 0.000.970.10   0.11
XYZ42.642820.820858.8980
Yxy20.82080.34850.1702
Hunter Lab45.629886.9629-44.5894
CIE-Lab52.752886.4227-44.4191

#e306cc color RGB value is (227,6,204).

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

The process color (four color CMYK) of #e306cc color hex is 0.00, 0.97, 0.10, 0.11. Web safe color of #e306cc is #cc00cc. Color #e306cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 11001100
Octal 343 6 314
Decimal 227 6 204
Hex E3 6 CC

RGB Percentages of Color #e306cc

%51.95
%1.37
%46.68

CMYK Percentages of Color #e306cc

%0
%97
%10
%11

Triadic Colors of #e306cc

#e306cc #cce306 #06cce3

Analogous Colors of #e306cc

#e306cc #e3065d #8c06e3

Monochromatic Colors of #e306cc

#e306cc

Complementary Color

#e306cc #06e31d

#e306cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e306cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e306cc Color CSS Codes

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

#e306cc Text Font Color

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

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


#e306cc Background Color

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

This div background color is #e306cc


#e306cc Border Color

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

This div border color is #e306cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e306cc


Comments

No comments written yet.

Please login to write comment.