Color Hex Logo

#e6233e Color Hex

#E6233E
(230,35,62)
0 Favorites   0 Comments

Color spaces of #e6233e

RGB 2303562
HSL0.980.800.52
HSV352°85°90°
CMYK 0.000.850.73   0.10
XYZ34.103718.37296.3063
Yxy18.37290.58020.3126
Hunter Lab42.863667.009121.2815
CIE-Lab49.945371.049636.3177

#e6233e color RGB value is (230,35,62).

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

The process color (four color CMYK) of #e6233e color hex is 0.00, 0.85, 0.73, 0.10. Web safe color of #e6233e is #ff3333. Color #e6233e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100011 00111110
Octal 346 43 76
Decimal 230 35 62
Hex E6 23 3E

RGB Percentages of Color #e6233e

%70.34
%10.70
%18.96

CMYK Percentages of Color #e6233e

%0
%85
%73
%10

Triadic Colors of #e6233e

#e6233e #3ee623 #233ee6

Analogous Colors of #e6233e

#e6233e #e66a23 #e623a0

Monochromatic Colors of #e6233e

#e6233e

Complementary Color

#e6233e #23e6cb

#e6233e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6233e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6233e Color CSS Codes

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

#e6233e Text Font Color

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

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


#e6233e Background Color

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

This div background color is #e6233e


#e6233e Border Color

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

This div border color is #e6233e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6233e


Comments

No comments written yet.

Please login to write comment.