Color Hex Logo

#ee3292 Color Hex

#EE3292
(238,50,146)
0 Favorites   0 Comments

Color spaces of #ee3292

RGB 23850146
HSL0.910.850.56
HSV329°79°93°
CMYK 0.000.790.39   0.07
XYZ41.588822.533729.3516
Yxy22.53370.44490.2411
Hunter Lab47.469773.3142-3.4316
CIE-Lab54.588875.3292-7.4927

#ee3292 color RGB value is (238,50,146).

#ee3292 hex color red value is 238, green value is 50 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ee3292 hue: 0.91 , saturation: 0.85 and the lightness value of ee3292 is 0.56.

The process color (four color CMYK) of #ee3292 color hex is 0.00, 0.79, 0.39, 0.07. Web safe color of #ee3292 is #ff3399. Color #ee3292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110010 10010010
Octal 356 62 222
Decimal 238 50 146
Hex EE 32 92

RGB Percentages of Color #ee3292

%54.84
%11.52
%33.64

CMYK Percentages of Color #ee3292

%0
%79
%39
%7

Triadic Colors of #ee3292

#ee3292 #92ee32 #3292ee

Analogous Colors of #ee3292

#ee3292 #ee3234 #ec32ee

Monochromatic Colors of #ee3292

#ee3292

Complementary Color

#ee3292 #32ee8e

#ee3292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3292 Color CSS Codes

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

#ee3292 Text Font Color

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

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


#ee3292 Background Color

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

This div background color is #ee3292


#ee3292 Border Color

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

This div border color is #ee3292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3292


Comments

No comments written yet.

Please login to write comment.