Color Hex Logo

#ee7865 Color Hex

#EE7865
(238,120,101)
0 Favorites   0 Comments

Color spaces of #ee7865

RGB 238120101
HSL0.020.800.66
HSV58°93°
CMYK 0.000.500.58   0.07
XYZ44.325332.549716.2584
Yxy32.54970.47590.3495
Hunter Lab57.052338.839223.0406
CIE-Lab63.794643.798131.4719

#ee7865 color RGB value is (238,120,101).

#ee7865 hex color red value is 238, green value is 120 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ee7865 hue: 0.02 , saturation: 0.80 and the lightness value of ee7865 is 0.66.

The process color (four color CMYK) of #ee7865 color hex is 0.00, 0.50, 0.58, 0.07. Web safe color of #ee7865 is #ff6666. Color #ee7865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111000 01100101
Octal 356 170 145
Decimal 238 120 101
Hex EE 78 65

RGB Percentages of Color #ee7865

%51.85
%26.14
%22.00

CMYK Percentages of Color #ee7865

%0
%50
%58
%7

Triadic Colors of #ee7865

#ee7865 #65ee78 #7865ee

Analogous Colors of #ee7865

#ee7865 #eebd65 #ee6597

Monochromatic Colors of #ee7865

#ee7865

Complementary Color

#ee7865 #65dbee

#ee7865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7865 Color CSS Codes

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

#ee7865 Text Font Color

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

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


#ee7865 Background Color

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

This div background color is #ee7865


#ee7865 Border Color

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

This div border color is #ee7865


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,120,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7865


Comments

No comments written yet.

Please login to write comment.