Color Hex Logo

#e27450 Color Hex

#E27450
(226,116,80)
0 Favorites   0 Comments

Color spaces of #e27450

RGB 22611680
HSL0.040.720.60
HSV15°65°89°
CMYK 0.000.490.65   0.11
XYZ39.057429.238711.1745
Yxy29.23870.49150.3679
Hunter Lab54.072834.305125.5983
CIE-Lab60.991739.866939.1062

#e27450 color RGB value is (226,116,80).

#e27450 hex color red value is 226, green value is 116 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e27450 hue: 0.04 , saturation: 0.72 and the lightness value of e27450 is 0.60.

The process color (four color CMYK) of #e27450 color hex is 0.00, 0.49, 0.65, 0.11. Web safe color of #e27450 is #cc6666. Color #e27450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 01010000
Octal 342 164 120
Decimal 226 116 80
Hex E2 74 50

RGB Percentages of Color #e27450

%53.55
%27.49
%18.96

CMYK Percentages of Color #e27450

%0
%49
%65
%11

Triadic Colors of #e27450

#e27450 #50e274 #7450e2

Analogous Colors of #e27450

#e27450 #e2bd50 #e25075

Monochromatic Colors of #e27450

#e27450

Complementary Color

#e27450 #50bee2

#e27450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27450 Color CSS Codes

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

#e27450 Text Font Color

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

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


#e27450 Background Color

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

This div background color is #e27450


#e27450 Border Color

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

This div border color is #e27450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,116,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27450


Comments

No comments written yet.

Please login to write comment.