Color Hex Logo

#ee32bc Color Hex

#EE32BC
(238,50,188)
0 Favorites   0 Comments

Color spaces of #ee32bc

RGB 23850188
HSL0.880.850.56
HSV316°79°93°
CMYK 0.000.790.21   0.07
XYZ45.477624.089249.8297
Yxy24.08920.38090.2018
Hunter Lab49.080779.5045-25.8382
CIE-Lab56.177079.9640-29.6818

#ee32bc color RGB value is (238,50,188).

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

The process color (four color CMYK) of #ee32bc color hex is 0.00, 0.79, 0.21, 0.07. Web safe color of #ee32bc is #ff33cc. Color #ee32bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110010 10111100
Octal 356 62 274
Decimal 238 50 188
Hex EE 32 BC

RGB Percentages of Color #ee32bc

%50.00
%10.50
%39.50

CMYK Percentages of Color #ee32bc

%0
%79
%21
%7

Triadic Colors of #ee32bc

#ee32bc #bcee32 #32bcee

Analogous Colors of #ee32bc

#ee32bc #ee325e #c232ee

Monochromatic Colors of #ee32bc

#ee32bc

Complementary Color

#ee32bc #32ee64

#ee32bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee32bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee32bc Color CSS Codes

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

#ee32bc Text Font Color

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

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


#ee32bc Background Color

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

This div background color is #ee32bc


#ee32bc Border Color

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

This div border color is #ee32bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee32bc


Comments

No comments written yet.

Please login to write comment.