Color Hex Logo

#e6354b Color Hex

#E6354B
(230,53,75)
0 Favorites   0 Comments

Color spaces of #e6354b

RGB 2305375
HSL0.980.780.55
HSV353°77°90°
CMYK 0.000.770.67   0.10
XYZ35.176219.87728.6393
Yxy19.87720.55230.3121
Hunter Lab44.583962.812919.7197
CIE-Lab51.698167.180630.7794

#e6354b color RGB value is (230,53,75).

#e6354b hex color red value is 230, green value is 53 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e6354b hue: 0.98 , saturation: 0.78 and the lightness value of e6354b is 0.55.

The process color (four color CMYK) of #e6354b color hex is 0.00, 0.77, 0.67, 0.10. Web safe color of #e6354b is #ff3333. Color #e6354b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110101 01001011
Octal 346 65 113
Decimal 230 53 75
Hex E6 35 4B

RGB Percentages of Color #e6354b

%64.25
%14.80
%20.95

CMYK Percentages of Color #e6354b

%0
%77
%67
%10

Triadic Colors of #e6354b

#e6354b #4be635 #354be6

Analogous Colors of #e6354b

#e6354b #e67835 #e635a4

Monochromatic Colors of #e6354b

#e6354b

Complementary Color

#e6354b #35e6d0

#e6354b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6354b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6354b Color CSS Codes

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

#e6354b Text Font Color

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

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


#e6354b Background Color

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

This div background color is #e6354b


#e6354b Border Color

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

This div border color is #e6354b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,53,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6354b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6354b;
  -webkit-box-shadow: 1px 1px 3px 2px #e6354b;
  box-shadow:         1px 1px 3px 2px #e6354b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,53,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6354b


Comments

No comments written yet.

Please login to write comment.