Color Hex Logo

#e306be Color Hex

#E306BE
(227,6,190)
0 Favorites   0 Comments

Color spaces of #e306be

RGB 2276190
HSL0.860.950.46
HSV310°97°89°
CMYK 0.000.970.16   0.11
XYZ41.037920.178850.4472
Yxy20.17880.36750.1807
Hunter Lab44.920884.4592-35.1396
CIE-Lab52.038884.6370-37.4507

#e306be color RGB value is (227,6,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 10111110
Octal 343 6 276
Decimal 227 6 190
Hex E3 6 BE

RGB Percentages of Color #e306be

%53.66
%1.42
%44.92

CMYK Percentages of Color #e306be

%0
%97
%16
%11

Triadic Colors of #e306be

#e306be #bee306 #06bee3

Analogous Colors of #e306be

#e306be #e3064f #9a06e3

Monochromatic Colors of #e306be

#e306be

Complementary Color

#e306be #06e32b

#e306be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e306be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e306be Color CSS Codes

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

#e306be Text Font Color

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

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


#e306be Background Color

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

This div background color is #e306be


#e306be Border Color

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

This div border color is #e306be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e306be


Comments

No comments written yet.

Please login to write comment.