Color Hex Logo

#ee275f Color Hex

#EE275F
(238,39,95)
0 Favorites   0 Comments

Color spaces of #ee275f

RGB 2383995
HSL0.950.850.54
HSV343°84°93°
CMYK 0.000.840.60   0.07
XYZ38.051020.454412.7691
Yxy20.45440.53390.2870
Hunter Lab45.226571.033114.9189
CIE-Lab52.347173.907519.9442

#ee275f color RGB value is (238,39,95).

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

The process color (four color CMYK) of #ee275f color hex is 0.00, 0.84, 0.60, 0.07. Web safe color of #ee275f is #ff3366. Color #ee275f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100111 01011111
Octal 356 47 137
Decimal 238 39 95
Hex EE 27 5F

RGB Percentages of Color #ee275f

%63.98
%10.48
%25.54

CMYK Percentages of Color #ee275f

%0
%84
%60
%7

Triadic Colors of #ee275f

#ee275f #5fee27 #275fee

Analogous Colors of #ee275f

#ee275f #ee5327 #ee27c3

Monochromatic Colors of #ee275f

#ee275f

Complementary Color

#ee275f #27eeb6

#ee275f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee275f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee275f Color CSS Codes

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

#ee275f Text Font Color

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

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


#ee275f Background Color

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

This div background color is #ee275f


#ee275f Border Color

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

This div border color is #ee275f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee275f


Comments

No comments written yet.

Please login to write comment.