color codes Logo

#e4265f color codes

#E4265F
(228,38,95)
0 Favorites   0 Comments

Color spaces of #e4265f

RGB 2283895
HSL0.950.780.52
HSV342°83°89°
CMYK 0.000.830.58   0.11
XYZ34.753618.706412.6055
Yxy18.70640.52600.2831
Hunter Lab43.250967.741912.9955
CIE-Lab50.341971.582716.9069

#e4265f color RGB value is (228,38,95).

#e4265f hex color red value is 228, green value is 38 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e4265f hue: 0.95 , saturation: 0.78 and the lightness value of e4265f is 0.52.

The process color (four color CMYK) of #e4265f color code is 0.00, 0.83, 0.58, 0.11. Web safe color of #e4265f is #cc3366. Color #e4265f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100110 01011111
Octal 344 46 137
Decimal 228 38 95
Hex E4 26 5F

RGB Percentages of Color #e4265f

%63.16
%10.53
%26.32

CMYK Percentages of Color #e4265f

%0
%83
%58
%11

Triadic Colors of #e4265f

#e4265f #5fe426 #265fe4

Analogous Colors of #e4265f

#e4265f #e44c26 #e426be

Monochromatic Colors of #e4265f

#e4265f

Complementary Color

#e4265f #26e4ab

#e4265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4265f Color CSS Codes

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

#e4265f Text Font Color

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

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


#e4265f Background Color

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

This div background color is #e4265f


#e4265f Border Color

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

This div border color is #e4265f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,38,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4265f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4265f;
  -webkit-box-shadow: 1px 1px 3px 2px #e4265f;
  box-shadow:         1px 1px 3px 2px #e4265f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,38,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4265f


Comments

No comments written yet.

Please login to write comment.