Color Hex Logo

#e34348 Color Hex

#E34348
(227,67,72)
0 Favorites   0 Comments

Color spaces of #e34348

RGB 2276772
HSL0.990.740.58
HSV358°70°89°
CMYK 0.000.700.68   0.11
XYZ34.855420.81318.3111
Yxy20.81310.54480.3253
Hunter Lab45.621456.539221.1338
CIE-Lab52.744361.576333.6856

#e34348 color RGB value is (227,67,72).

#e34348 hex color red value is 227, green value is 67 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e34348 hue: 0.99 , saturation: 0.74 and the lightness value of e34348 is 0.58.

The process color (four color CMYK) of #e34348 color hex is 0.00, 0.70, 0.68, 0.11. Web safe color of #e34348 is #cc3333. Color #e34348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000011 01001000
Octal 343 103 110
Decimal 227 67 72
Hex E3 43 48

RGB Percentages of Color #e34348

%62.02
%18.31
%19.67

CMYK Percentages of Color #e34348

%0
%70
%68
%11

Triadic Colors of #e34348

#e34348 #48e343 #4348e3

Analogous Colors of #e34348

#e34348 #e38e43 #e34398

Monochromatic Colors of #e34348

#e34348

Complementary Color

#e34348 #43e3de

#e34348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34348 Color CSS Codes

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

#e34348 Text Font Color

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

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


#e34348 Background Color

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

This div background color is #e34348


#e34348 Border Color

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

This div border color is #e34348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34348


Comments

No comments written yet.

Please login to write comment.