Color Hex Logo

#e38288 Color Hex

#E38288
(227,130,136)
0 Favorites   0 Comments

Color spaces of #e38288

RGB 227130136
HSL0.990.630.70
HSV356°43°89°
CMYK 0.000.430.40   0.11
XYZ44.105134.073727.5448
Yxy34.07370.41720.3223
Hunter Lab58.372732.718412.8832
CIE-Lab65.021037.868713.2013

#e38288 color RGB value is (227,130,136).

#e38288 hex color red value is 227, green value is 130 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e38288 hue: 0.99 , saturation: 0.63 and the lightness value of e38288 is 0.70.

The process color (four color CMYK) of #e38288 color hex is 0.00, 0.43, 0.40, 0.11. Web safe color of #e38288 is #cc9999. Color #e38288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000010 10001000
Octal 343 202 210
Decimal 227 130 136
Hex E3 82 88

RGB Percentages of Color #e38288

%46.04
%26.37
%27.59

CMYK Percentages of Color #e38288

%0
%43
%40
%11

Triadic Colors of #e38288

#e38288 #88e382 #8288e3

Analogous Colors of #e38288

#e38288 #e3ad82 #e382b9

Monochromatic Colors of #e38288

#e38288

Complementary Color

#e38288 #82e3dd

#e38288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38288 Color CSS Codes

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

#e38288 Text Font Color

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

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


#e38288 Background Color

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

This div background color is #e38288


#e38288 Border Color

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

This div border color is #e38288


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,130,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e38288; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e38288;
  -webkit-box-shadow: 1px 1px 3px 2px #e38288;
  box-shadow:         1px 1px 3px 2px #e38288; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,130,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38288


Comments

No comments written yet.

Please login to write comment.