Color Hex Logo

#e6203a Color Hex

#E6203A
(230,32,58)
0 Favorites   0 Comments

Color spaces of #e6203a

RGB 2303258
HSL0.980.800.51
HSV352°86°90°
CMYK 0.000.860.75   0.10
XYZ33.913418.16155.7211
Yxy18.16150.58680.3142
Hunter Lab42.616367.469021.8719
CIE-Lab49.691471.481938.3516

#e6203a color RGB value is (230,32,58).

#e6203a hex color red value is 230, green value is 32 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e6203a hue: 0.98 , saturation: 0.80 and the lightness value of e6203a is 0.51.

The process color (four color CMYK) of #e6203a color hex is 0.00, 0.86, 0.75, 0.10. Web safe color of #e6203a is #ff3333. Color #e6203a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100000 00111010
Octal 346 40 72
Decimal 230 32 58
Hex E6 20 3A

RGB Percentages of Color #e6203a

%71.88
%10.00
%18.13

CMYK Percentages of Color #e6203a

%0
%86
%75
%10

Triadic Colors of #e6203a

#e6203a #3ae620 #203ae6

Analogous Colors of #e6203a

#e6203a #e66920 #e6209d

Monochromatic Colors of #e6203a

#e6203a

Complementary Color

#e6203a #20e6cc

#e6203a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6203a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6203a Color CSS Codes

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

#e6203a Text Font Color

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

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


#e6203a Background Color

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

This div background color is #e6203a


#e6203a Border Color

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

This div border color is #e6203a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6203a


Comments

No comments written yet.

Please login to write comment.