Color Hex Logo

#e31975 Color Hex

#E31975
(227,25,117)
0 Favorites   0 Comments

Color spaces of #e31975

RGB 22725117
HSL0.920.800.49
HSV333°89°89°
CMYK 0.000.890.48   0.11
XYZ35.237118.310518.5067
Yxy18.31050.48900.2541
Hunter Lab42.790872.10634.3110
CIE-Lab49.870675.26492.7836

#e31975 color RGB value is (227,25,117).

#e31975 hex color red value is 227, green value is 25 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e31975 hue: 0.92 , saturation: 0.80 and the lightness value of e31975 is 0.49.

The process color (four color CMYK) of #e31975 color hex is 0.00, 0.89, 0.48, 0.11. Web safe color of #e31975 is #cc0066. Color #e31975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011001 01110101
Octal 343 31 165
Decimal 227 25 117
Hex E3 19 75

RGB Percentages of Color #e31975

%61.52
%6.78
%31.71

CMYK Percentages of Color #e31975

%0
%89
%48
%11

Triadic Colors of #e31975

#e31975 #75e319 #1975e3

Analogous Colors of #e31975

#e31975 #e32219 #e319da

Monochromatic Colors of #e31975

#e31975

Complementary Color

#e31975 #19e387

#e31975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31975 Color CSS Codes

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

#e31975 Text Font Color

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

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


#e31975 Background Color

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

This div background color is #e31975


#e31975 Border Color

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

This div border color is #e31975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31975


Comments

No comments written yet.

Please login to write comment.