Color Hex Logo

#e3016b Color Hex

#E3016B
(227,1,107)
0 Favorites   0 Comments

Color spaces of #e3016b

RGB 2271107
HSL0.920.990.45
HSV332°100°89°
CMYK 0.001.000.53   0.11
XYZ34.343217.414115.4611
Yxy17.41410.51090.2591
Hunter Lab41.730273.87447.2441
CIE-Lab48.777676.91257.3441

#e3016b color RGB value is (227,1,107).

#e3016b hex color red value is 227, green value is 1 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e3016b hue: 0.92 , saturation: 0.99 and the lightness value of e3016b is 0.45.

The process color (four color CMYK) of #e3016b color hex is 0.00, 1.00, 0.53, 0.11. Web safe color of #e3016b is #cc0066. Color #e3016b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 01101011
Octal 343 1 153
Decimal 227 1 107
Hex E3 1 6B

RGB Percentages of Color #e3016b

%67.76
%0.30
%31.94

CMYK Percentages of Color #e3016b

%0
%100
%53
%11

Triadic Colors of #e3016b

#e3016b #6be301 #016be3

Analogous Colors of #e3016b

#e3016b #e30801 #e301dc

Monochromatic Colors of #e3016b

#e3016b

Complementary Color

#e3016b #01e379

#e3016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3016b Color CSS Codes

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

#e3016b Text Font Color

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

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


#e3016b Background Color

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

This div background color is #e3016b


#e3016b Border Color

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

This div border color is #e3016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3016b


Comments

No comments written yet.

Please login to write comment.