Color Hex Logo

#ee34b5 Color Hex

#EE34B5
(238,52,181)
0 Favorites   0 Comments

Color spaces of #ee34b5

RGB 23852181
HSL0.880.850.57
HSV318°78°93°
CMYK 0.000.780.24   0.07
XYZ44.828423.969345.9799
Yxy23.96930.39060.2088
Hunter Lab48.958577.7648-21.4120
CIE-Lab56.057078.6112-25.8126

#ee34b5 color RGB value is (238,52,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 10110101
Octal 356 64 265
Decimal 238 52 181
Hex EE 34 B5

RGB Percentages of Color #ee34b5

%50.53
%11.04
%38.43

CMYK Percentages of Color #ee34b5

%0
%78
%24
%7

Triadic Colors of #ee34b5

#ee34b5 #b5ee34 #34b5ee

Analogous Colors of #ee34b5

#ee34b5 #ee3458 #ca34ee

Monochromatic Colors of #ee34b5

#ee34b5

Complementary Color

#ee34b5 #34ee6d

#ee34b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee34b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee34b5 Color CSS Codes

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

#ee34b5 Text Font Color

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

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


#ee34b5 Background Color

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

This div background color is #ee34b5


#ee34b5 Border Color

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

This div border color is #ee34b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee34b5


Comments

No comments written yet.

Please login to write comment.