Color Hex Logo

#ee2430 Color Hex

#EE2430
(238,36,48)
0 Favorites   0 Comments

Color spaces of #ee2430

RGB 2383648
HSL0.990.860.54
HSV356°85°93°
CMYK 0.000.850.80   0.07
XYZ36.424319.65234.6698
Yxy19.65230.59960.3235
Hunter Lab44.330969.084624.7861
CIE-Lab51.441872.481846.2718

#ee2430 color RGB value is (238,36,48).

#ee2430 hex color red value is 238, green value is 36 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ee2430 hue: 0.99 , saturation: 0.86 and the lightness value of ee2430 is 0.54.

The process color (four color CMYK) of #ee2430 color hex is 0.00, 0.85, 0.80, 0.07. Web safe color of #ee2430 is #ff3333. Color #ee2430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100100 00110000
Octal 356 44 60
Decimal 238 36 48
Hex EE 24 30

RGB Percentages of Color #ee2430

%73.91
%11.18
%14.91

CMYK Percentages of Color #ee2430

%0
%85
%80
%7

Triadic Colors of #ee2430

#ee2430 #30ee24 #2430ee

Analogous Colors of #ee2430

#ee2430 #ee7d24 #ee2495

Monochromatic Colors of #ee2430

#ee2430

Complementary Color

#ee2430 #24eee2

#ee2430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2430 Color CSS Codes

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

#ee2430 Text Font Color

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

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


#ee2430 Background Color

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

This div background color is #ee2430


#ee2430 Border Color

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

This div border color is #ee2430


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,36,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee2430; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee2430;
  -webkit-box-shadow: 1px 1px 3px 2px #ee2430;
  box-shadow:         1px 1px 3px 2px #ee2430; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,36,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2430


Comments

No comments written yet.

Please login to write comment.