Color Hex Logo

#e10f6c Color Hex

#E10F6C
(225,15,108)
0 Favorites   0 Comments

Color spaces of #e10f6c

RGB 22515108
HSL0.930.880.47
HSV333°93°88°
CMYK 0.000.930.52   0.12
XYZ33.928917.431915.7638
Yxy17.43190.50550.2597
Hunter Lab41.751571.99086.8404
CIE-Lab48.799775.37956.7056

#e10f6c color RGB value is (225,15,108).

#e10f6c hex color red value is 225, green value is 15 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e10f6c hue: 0.93 , saturation: 0.88 and the lightness value of e10f6c is 0.47.

The process color (four color CMYK) of #e10f6c color hex is 0.00, 0.93, 0.52, 0.12. Web safe color of #e10f6c is #cc0066. Color #e10f6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001111 01101100
Octal 341 17 154
Decimal 225 15 108
Hex E1 F 6C

RGB Percentages of Color #e10f6c

%64.66
%4.31
%31.03

CMYK Percentages of Color #e10f6c

%0
%93
%52
%12

Triadic Colors of #e10f6c

#e10f6c #6ce10f #0f6ce1

Analogous Colors of #e10f6c

#e10f6c #e11b0f #e10fd5

Monochromatic Colors of #e10f6c

#e10f6c

Complementary Color

#e10f6c #0fe184

#e10f6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10f6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10f6c Color CSS Codes

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

#e10f6c Text Font Color

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

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


#e10f6c Background Color

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

This div background color is #e10f6c


#e10f6c Border Color

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

This div border color is #e10f6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10f6c


Comments

No comments written yet.

Please login to write comment.