Color Hex Logo

#e47267 Color Hex

#E47267
(228,114,103)
0 Favorites   0 Comments

Color spaces of #e47267

RGB 228114103
HSL0.010.700.65
HSV55°89°
CMYK 0.000.500.55   0.11
XYZ40.460429.507916.3951
Yxy29.50790.46850.3417
Hunter Lab54.321237.891320.1300
CIE-Lab61.227343.250326.7489

#e47267 color RGB value is (228,114,103).

#e47267 hex color red value is 228, green value is 114 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #e47267 hue: 0.01 , saturation: 0.70 and the lightness value of e47267 is 0.65.

The process color (four color CMYK) of #e47267 color hex is 0.00, 0.50, 0.55, 0.11. Web safe color of #e47267 is #cc6666. Color #e47267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 01100111
Octal 344 162 147
Decimal 228 114 103
Hex E4 72 67

RGB Percentages of Color #e47267

%51.24
%25.62
%23.15

CMYK Percentages of Color #e47267

%0
%50
%55
%11

Triadic Colors of #e47267

#e47267 #67e472 #7267e4

Analogous Colors of #e47267

#e47267 #e4b167 #e4679b

Monochromatic Colors of #e47267

#e47267

Complementary Color

#e47267 #67d9e4

#e47267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47267 Color CSS Codes

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

#e47267 Text Font Color

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

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


#e47267 Background Color

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

This div background color is #e47267


#e47267 Border Color

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

This div border color is #e47267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47267


Comments

No comments written yet.

Please login to write comment.