Color Hex Logo

#ee21be Color Hex

#EE21BE
(238,33,190)
0 Favorites   0 Comments

Color spaces of #ee21be

RGB 23833190
HSL0.870.860.53
HSV314°86°93°
CMYK 0.000.860.20   0.07
XYZ45.098022.982650.7743
Yxy22.98260.37940.1934
Hunter Lab47.940284.0222-29.2370
CIE-Lab55.054483.7116-32.5851

#ee21be color RGB value is (238,33,190).

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

The process color (four color CMYK) of #ee21be color hex is 0.00, 0.86, 0.20, 0.07. Web safe color of #ee21be is #ff33cc. Color #ee21be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100001 10111110
Octal 356 41 276
Decimal 238 33 190
Hex EE 21 BE

RGB Percentages of Color #ee21be

%51.63
%7.16
%41.21

CMYK Percentages of Color #ee21be

%0
%86
%20
%7

Triadic Colors of #ee21be

#ee21be #beee21 #21beee

Analogous Colors of #ee21be

#ee21be #ee2158 #b821ee

Monochromatic Colors of #ee21be

#ee21be

Complementary Color

#ee21be #21ee51

#ee21be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee21be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee21be Color CSS Codes

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

#ee21be Text Font Color

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

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


#ee21be Background Color

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

This div background color is #ee21be


#ee21be Border Color

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

This div border color is #ee21be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee21be


Comments

No comments written yet.

Please login to write comment.