Color Hex Logo

#ee34be Color Hex

#EE34BE
(238,52,190)
0 Favorites   0 Comments

Color spaces of #ee34be

RGB 23852190
HSL0.880.850.57
HSV315°78°93°
CMYK 0.000.780.20   0.07
XYZ45.782224.350851.0024
Yxy24.35080.37790.2010
Hunter Lab49.346579.2504-26.7370
CIE-Lab56.437379.7130-30.4326

#ee34be color RGB value is (238,52,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 10111110
Octal 356 64 276
Decimal 238 52 190
Hex EE 34 BE

RGB Percentages of Color #ee34be

%49.58
%10.83
%39.58

CMYK Percentages of Color #ee34be

%0
%78
%20
%7

Triadic Colors of #ee34be

#ee34be #beee34 #34beee

Analogous Colors of #ee34be

#ee34be #ee3461 #c134ee

Monochromatic Colors of #ee34be

#ee34be

Complementary Color

#ee34be #34ee64

#ee34be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee34be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee34be Color CSS Codes

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

#ee34be Text Font Color

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

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


#ee34be Background Color

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

This div background color is #ee34be


#ee34be Border Color

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

This div border color is #ee34be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee34be


Comments

No comments written yet.

Please login to write comment.