Color Hex Logo

#e51265 Color Hex

#E51265
(229,18,101)
0 Favorites   0 Comments

Color spaces of #e51265

RGB 22918101
HSL0.930.850.48
HSV336°92°90°
CMYK 0.000.920.56   0.10
XYZ34.878418.030213.9538
Yxy18.03020.52160.2697
Hunter Lab42.462072.312010.2396
CIE-Lab49.532775.498212.1533

#e51265 color RGB value is (229,18,101).

#e51265 hex color red value is 229, green value is 18 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e51265 hue: 0.93 , saturation: 0.85 and the lightness value of e51265 is 0.48.

The process color (four color CMYK) of #e51265 color hex is 0.00, 0.92, 0.56, 0.10. Web safe color of #e51265 is #cc0066. Color #e51265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010010 01100101
Octal 345 22 145
Decimal 229 18 101
Hex E5 12 65

RGB Percentages of Color #e51265

%65.80
%5.17
%29.02

CMYK Percentages of Color #e51265

%0
%92
%56
%10

Triadic Colors of #e51265

#e51265 #65e512 #1265e5

Analogous Colors of #e51265

#e51265 #e52812 #e512cf

Monochromatic Colors of #e51265

#e51265

Complementary Color

#e51265 #12e592

#e51265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51265 Color CSS Codes

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

#e51265 Text Font Color

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

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


#e51265 Background Color

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

This div background color is #e51265


#e51265 Border Color

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

This div border color is #e51265


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,18,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e51265; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e51265;
  -webkit-box-shadow: 1px 1px 3px 2px #e51265;
  box-shadow:         1px 1px 3px 2px #e51265; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,18,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51265


Comments

No comments written yet.

Please login to write comment.