Color Hex Logo

#e95467 Color Hex

#E95467
(233,84,103)
0 Favorites   0 Comments

Color spaces of #e95467

RGB 23384103
HSL0.980.770.62
HSV352°64°91°
CMYK 0.000.640.56   0.09
XYZ39.222824.643615.5214
Yxy24.64360.49410.3104
Hunter Lab49.642354.160216.2117
CIE-Lab56.726558.775420.9136

#e95467 color RGB value is (233,84,103).

#e95467 hex color red value is 233, green value is 84 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #e95467 hue: 0.98 , saturation: 0.77 and the lightness value of e95467 is 0.62.

The process color (four color CMYK) of #e95467 color hex is 0.00, 0.64, 0.56, 0.09. Web safe color of #e95467 is #ff6666. Color #e95467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010100 01100111
Octal 351 124 147
Decimal 233 84 103
Hex E9 54 67

RGB Percentages of Color #e95467

%55.48
%20.00
%24.52

CMYK Percentages of Color #e95467

%0
%64
%56
%9

Triadic Colors of #e95467

#e95467 #67e954 #5467e9

Analogous Colors of #e95467

#e95467 #e98c54 #e954b2

Monochromatic Colors of #e95467

#e95467

Complementary Color

#e95467 #54e9d6

#e95467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95467 Color CSS Codes

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

#e95467 Text Font Color

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

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


#e95467 Background Color

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

This div background color is #e95467


#e95467 Border Color

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

This div border color is #e95467


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,84,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e95467; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e95467;
  -webkit-box-shadow: 1px 1px 3px 2px #e95467;
  box-shadow:         1px 1px 3px 2px #e95467; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,84,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95467


Comments

No comments written yet.

Please login to write comment.