Color Hex Logo

#e27975 Color Hex

#E27975
(226,121,117)
0 Favorites   0 Comments

Color spaces of #e27975

RGB 226121117
HSL0.010.650.67
HSV48°89°
CMYK 0.000.460.48   0.11
XYZ41.412331.127820.6552
Yxy31.12780.44440.3340
Hunter Lab55.792334.856617.1045
CIE-Lab62.615440.194020.6262

#e27975 color RGB value is (226,121,117).

#e27975 hex color red value is 226, green value is 121 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e27975 hue: 0.01 , saturation: 0.65 and the lightness value of e27975 is 0.67.

The process color (four color CMYK) of #e27975 color hex is 0.00, 0.46, 0.48, 0.11. Web safe color of #e27975 is #cc6666. Color #e27975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 01110101
Octal 342 171 165
Decimal 226 121 117
Hex E2 79 75

RGB Percentages of Color #e27975

%48.71
%26.08
%25.22

CMYK Percentages of Color #e27975

%0
%46
%48
%11

Triadic Colors of #e27975

#e27975 #75e279 #7975e2

Analogous Colors of #e27975

#e27975 #e2b075 #e275a8

Monochromatic Colors of #e27975

#e27975

Complementary Color

#e27975 #75dee2

#e27975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27975 Color CSS Codes

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

#e27975 Text Font Color

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

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


#e27975 Background Color

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

This div background color is #e27975


#e27975 Border Color

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

This div border color is #e27975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27975


Comments

No comments written yet.

Please login to write comment.