Color Hex Logo

#e6275f Color Hex

#E6275F
(230,39,95)
0 Favorites   0 Comments

Color spaces of #e6275f

RGB 2303995
HSL0.950.790.53
HSV342°83°90°
CMYK 0.000.830.59   0.10
XYZ35.424219.100312.6461
Yxy19.10030.52740.2844
Hunter Lab43.703968.201413.4366
CIE-Lab50.804371.874617.5996

#e6275f color RGB value is (230,39,95).

#e6275f hex color red value is 230, green value is 39 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e6275f hue: 0.95 , saturation: 0.79 and the lightness value of e6275f is 0.53.

The process color (four color CMYK) of #e6275f color hex is 0.00, 0.83, 0.59, 0.10. Web safe color of #e6275f is #ff3366. Color #e6275f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100111 01011111
Octal 346 47 137
Decimal 230 39 95
Hex E6 27 5F

RGB Percentages of Color #e6275f

%63.19
%10.71
%26.10

CMYK Percentages of Color #e6275f

%0
%83
%59
%10

Triadic Colors of #e6275f

#e6275f #5fe627 #275fe6

Analogous Colors of #e6275f

#e6275f #e64f27 #e627bf

Monochromatic Colors of #e6275f

#e6275f

Complementary Color

#e6275f #27e6ae

#e6275f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6275f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6275f Color CSS Codes

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

#e6275f Text Font Color

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

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


#e6275f Background Color

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

This div background color is #e6275f


#e6275f Border Color

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

This div border color is #e6275f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6275f


Comments

No comments written yet.

Please login to write comment.