Color Hex Logo

#ee5875 Color Hex

#EE5875
(238,88,117)
0 Favorites   0 Comments

Color spaces of #ee5875

RGB 23888117
HSL0.970.820.64
HSV348°63°93°
CMYK 0.000.630.51   0.07
XYZ41.960526.440919.7217
Yxy26.44090.47620.3000
Hunter Lab51.420755.673913.2546
CIE-Lab58.453259.799615.2080

#ee5875 color RGB value is (238,88,117).

#ee5875 hex color red value is 238, green value is 88 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ee5875 hue: 0.97 , saturation: 0.82 and the lightness value of ee5875 is 0.64.

The process color (four color CMYK) of #ee5875 color hex is 0.00, 0.63, 0.51, 0.07. Web safe color of #ee5875 is #ff6666. Color #ee5875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011000 01110101
Octal 356 130 165
Decimal 238 88 117
Hex EE 58 75

RGB Percentages of Color #ee5875

%53.72
%19.86
%26.41

CMYK Percentages of Color #ee5875

%0
%63
%51
%7

Triadic Colors of #ee5875

#ee5875 #75ee58 #5875ee

Analogous Colors of #ee5875

#ee5875 #ee8658 #ee58c0

Monochromatic Colors of #ee5875

#ee5875

Complementary Color

#ee5875 #58eed1

#ee5875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5875 Color CSS Codes

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

#ee5875 Text Font Color

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

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


#ee5875 Background Color

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

This div background color is #ee5875


#ee5875 Border Color

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

This div border color is #ee5875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5875


Comments

No comments written yet.

Please login to write comment.