Color Hex Logo

#ee34cb Color Hex

#EE34CB
(238,52,203)
0 Favorites   0 Comments

Color spaces of #ee34cb

RGB 23852203
HSL0.860.850.57
HSV311°78°93°
CMYK 0.000.780.15   0.07
XYZ47.267424.944958.8235
Yxy24.94490.36070.1904
Hunter Lab49.944981.5274-34.8685
CIE-Lab57.021781.3874-36.9902

#ee34cb color RGB value is (238,52,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 11001011
Octal 356 64 313
Decimal 238 52 203
Hex EE 34 CB

RGB Percentages of Color #ee34cb

%48.28
%10.55
%41.18

CMYK Percentages of Color #ee34cb

%0
%78
%15
%7

Triadic Colors of #ee34cb

#ee34cb #cbee34 #34cbee

Analogous Colors of #ee34cb

#ee34cb #ee346e #b434ee

Monochromatic Colors of #ee34cb

#ee34cb

Complementary Color

#ee34cb #34ee57

#ee34cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee34cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee34cb Color CSS Codes

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

#ee34cb Text Font Color

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

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


#ee34cb Background Color

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

This div background color is #ee34cb


#ee34cb Border Color

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

This div border color is #ee34cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee34cb


Comments

No comments written yet.

Please login to write comment.