Color Hex Logo

#ee358d Color Hex

#EE358D
(238,53,141)
0 Favorites   0 Comments

Color spaces of #ee358d

RGB 23853141
HSL0.920.840.57
HSV331°78°93°
CMYK 0.000.780.41   0.07
XYZ41.340722.646427.3916
Yxy22.64640.45240.2478
Hunter Lab47.588271.7865-0.8153
CIE-Lab54.706274.0665-4.3478

#ee358d color RGB value is (238,53,141).

#ee358d hex color red value is 238, green value is 53 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ee358d hue: 0.92 , saturation: 0.84 and the lightness value of ee358d is 0.57.

The process color (four color CMYK) of #ee358d color hex is 0.00, 0.78, 0.41, 0.07. Web safe color of #ee358d is #ff3399. Color #ee358d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 10001101
Octal 356 65 215
Decimal 238 53 141
Hex EE 35 8D

RGB Percentages of Color #ee358d

%55.09
%12.27
%32.64

CMYK Percentages of Color #ee358d

%0
%78
%41
%7

Triadic Colors of #ee358d

#ee358d #8dee35 #358dee

Analogous Colors of #ee358d

#ee358d #ee3935 #ee35ea

Monochromatic Colors of #ee358d

#ee358d

Complementary Color

#ee358d #35ee96

#ee358d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee358d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee358d Color CSS Codes

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

#ee358d Text Font Color

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

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


#ee358d Background Color

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

This div background color is #ee358d


#ee358d Border Color

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

This div border color is #ee358d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee358d


Comments

No comments written yet.

Please login to write comment.