Color Hex Logo

#e38193 Color Hex

#E38193
(227,129,147)
0 Favorites   0 Comments

Color spaces of #e38193

RGB 227129147
HSL0.970.640.70
HSV349°43°89°
CMYK 0.000.430.35   0.11
XYZ44.795334.138031.8321
Yxy34.13800.40440.3082
Hunter Lab58.427734.60368.5975
CIE-Lab65.072039.65807.0403

#e38193 color RGB value is (227,129,147).

#e38193 hex color red value is 227, green value is 129 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e38193 hue: 0.97 , saturation: 0.64 and the lightness value of e38193 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000001 10010011
Octal 343 201 223
Decimal 227 129 147
Hex E3 81 93

RGB Percentages of Color #e38193

%45.13
%25.65
%29.22

CMYK Percentages of Color #e38193

%0
%43
%35
%11

Triadic Colors of #e38193

#e38193 #93e381 #8193e3

Analogous Colors of #e38193

#e38193 #e3a081 #e381c4

Monochromatic Colors of #e38193

#e38193

Complementary Color

#e38193 #81e3d1

#e38193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38193 Color CSS Codes

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

#e38193 Text Font Color

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

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


#e38193 Background Color

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

This div background color is #e38193


#e38193 Border Color

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

This div border color is #e38193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38193


Comments

No comments written yet.

Please login to write comment.