Color Hex Logo

#e10767 Color Hex

#E10767
(225,7,103)
0 Favorites   0 Comments

Color spaces of #e10767

RGB 2257103
HSL0.930.940.45
HSV334°97°88°
CMYK 0.000.970.54   0.12
XYZ33.575517.138814.3705
Yxy17.13880.51590.2633
Hunter Lab41.399072.31908.3985
CIE-Lab48.434575.71809.2659

#e10767 color RGB value is (225,7,103).

#e10767 hex color red value is 225, green value is 7 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #e10767 hue: 0.93 , saturation: 0.94 and the lightness value of e10767 is 0.45.

The process color (four color CMYK) of #e10767 color hex is 0.00, 0.97, 0.54, 0.12. Web safe color of #e10767 is #cc0066. Color #e10767 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000111 01100111
Octal 341 7 147
Decimal 225 7 103
Hex E1 7 67

RGB Percentages of Color #e10767

%67.16
%2.09
%30.75

CMYK Percentages of Color #e10767

%0
%97
%54
%12

Triadic Colors of #e10767

#e10767 #67e107 #0767e1

Analogous Colors of #e10767

#e10767 #e11407 #e107d4

Monochromatic Colors of #e10767

#e10767

Complementary Color

#e10767 #07e181

#e10767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10767 Color CSS Codes

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

#e10767 Text Font Color

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

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


#e10767 Background Color

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

This div background color is #e10767


#e10767 Border Color

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

This div border color is #e10767


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,7,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e10767; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e10767;
  -webkit-box-shadow: 1px 1px 3px 2px #e10767;
  box-shadow:         1px 1px 3px 2px #e10767; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,7,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10767


Comments

No comments written yet.

Please login to write comment.