Color Hex Logo

#ee3bad Color Hex

#EE3BAD
(238,59,173)
0 Favorites   0 Comments

Color spaces of #ee3bad

RGB 23859173
HSL0.890.840.58
HSV322°75°93°
CMYK 0.000.750.27   0.07
XYZ44.366724.322241.8914
Yxy24.32220.40120.2200
Hunter Lab49.317574.2752-15.8399
CIE-Lab56.409075.7536-20.6197

#ee3bad color RGB value is (238,59,173).

#ee3bad hex color red value is 238, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ee3bad hue: 0.89 , saturation: 0.84 and the lightness value of ee3bad is 0.58.

The process color (four color CMYK) of #ee3bad color hex is 0.00, 0.75, 0.27, 0.07. Web safe color of #ee3bad is #ff3399. Color #ee3bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111011 10101101
Octal 356 73 255
Decimal 238 59 173
Hex EE 3B AD

RGB Percentages of Color #ee3bad

%50.64
%12.55
%36.81

CMYK Percentages of Color #ee3bad

%0
%75
%27
%7

Triadic Colors of #ee3bad

#ee3bad #adee3b #3badee

Analogous Colors of #ee3bad

#ee3bad #ee3b53 #d63bee

Monochromatic Colors of #ee3bad

#ee3bad

Complementary Color

#ee3bad #3bee7c

#ee3bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3bad Color CSS Codes

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

#ee3bad Text Font Color

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

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


#ee3bad Background Color

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

This div background color is #ee3bad


#ee3bad Border Color

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

This div border color is #ee3bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3bad


Comments

No comments written yet.

Please login to write comment.