Color Hex Logo

#ee3461 Color Hex

#EE3461
(238,52,97)
0 Favorites   0 Comments

Color spaces of #ee3461

RGB 2385297
HSL0.960.850.57
HSV345°78°93°
CMYK 0.000.780.59   0.07
XYZ38.645621.496213.4216
Yxy21.49620.52530.2922
Hunter Lab46.364067.647415.2913
CIE-Lab53.488370.898020.2720

#ee3461 color RGB value is (238,52,97).

#ee3461 hex color red value is 238, green value is 52 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ee3461 hue: 0.96 , saturation: 0.85 and the lightness value of ee3461 is 0.57.

The process color (four color CMYK) of #ee3461 color hex is 0.00, 0.78, 0.59, 0.07. Web safe color of #ee3461 is #ff3366. Color #ee3461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 01100001
Octal 356 64 141
Decimal 238 52 97
Hex EE 34 61

RGB Percentages of Color #ee3461

%61.50
%13.44
%25.06

CMYK Percentages of Color #ee3461

%0
%78
%59
%7

Triadic Colors of #ee3461

#ee3461 #61ee34 #3461ee

Analogous Colors of #ee3461

#ee3461 #ee6434 #ee34be

Monochromatic Colors of #ee3461

#ee3461

Complementary Color

#ee3461 #34eec1

#ee3461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3461 Color CSS Codes

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

#ee3461 Text Font Color

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

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


#ee3461 Background Color

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

This div background color is #ee3461


#ee3461 Border Color

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

This div border color is #ee3461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3461


Comments

No comments written yet.

Please login to write comment.