Color Hex Logo

#ee20bc Color Hex

#EE20BC
(238,32,188)
0 Favorites   0 Comments

Color spaces of #ee20bc

RGB 23832188
HSL0.870.860.53
HSV315°87°93°
CMYK 0.000.870.21   0.07
XYZ44.853522.841049.6217
Yxy22.84100.38230.1947
Hunter Lab47.792383.8875-28.1050
CIE-Lab54.908283.6358-31.6546

#ee20bc color RGB value is (238,32,188).

#ee20bc hex color red value is 238, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ee20bc hue: 0.87 , saturation: 0.86 and the lightness value of ee20bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 10111100
Octal 356 40 274
Decimal 238 32 188
Hex EE 20 BC

RGB Percentages of Color #ee20bc

%51.97
%6.99
%41.05

CMYK Percentages of Color #ee20bc

%0
%87
%21
%7

Triadic Colors of #ee20bc

#ee20bc #bcee20 #20bcee

Analogous Colors of #ee20bc

#ee20bc #ee2055 #b920ee

Monochromatic Colors of #ee20bc

#ee20bc

Complementary Color

#ee20bc #20ee52

#ee20bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee20bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee20bc Color CSS Codes

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

#ee20bc Text Font Color

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

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


#ee20bc Background Color

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

This div background color is #ee20bc


#ee20bc Border Color

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

This div border color is #ee20bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,32,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 #ee20bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee20bc


Comments

No comments written yet.

Please login to write comment.