Color Hex Logo

#e6195f Color Hex

#E6195F
(230,25,95)
0 Favorites   0 Comments

Color spaces of #e6195f

RGB 2302595
HSL0.940.800.50
HSV340°89°90°
CMYK 0.000.890.59   0.10
XYZ35.046318.344512.5202
Yxy18.34450.53170.2783
Hunter Lab42.830571.105412.6497
CIE-Lab49.911374.439816.3848

#e6195f color RGB value is (230,25,95).

#e6195f hex color red value is 230, green value is 25 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e6195f hue: 0.94 , saturation: 0.80 and the lightness value of e6195f is 0.50.

The process color (four color CMYK) of #e6195f color hex is 0.00, 0.89, 0.59, 0.10. Web safe color of #e6195f is #ff0066. Color #e6195f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011001 01011111
Octal 346 31 137
Decimal 230 25 95
Hex E6 19 5F

RGB Percentages of Color #e6195f

%65.71
%7.14
%27.14

CMYK Percentages of Color #e6195f

%0
%89
%59
%10

Triadic Colors of #e6195f

#e6195f #5fe619 #195fe6

Analogous Colors of #e6195f

#e6195f #e63a19 #e619c6

Monochromatic Colors of #e6195f

#e6195f

Complementary Color

#e6195f #19e6a0

#e6195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6195f Color CSS Codes

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

#e6195f Text Font Color

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

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


#e6195f Background Color

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

This div background color is #e6195f


#e6195f Border Color

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

This div border color is #e6195f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,25,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 #e6195f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6195f


Comments

No comments written yet.

Please login to write comment.