Color Hex Logo

#ee4cbd Color Hex

#EE4CBD
(238,76,189)
0 Favorites   0 Comments

Color spaces of #ee4cbd

RGB 23876189
HSL0.880.830.62
HSV318°68°93°
CMYK 0.000.680.21   0.07
XYZ47.029627.020150.8808
Yxy27.02010.37640.2163
Hunter Lab51.980970.5311-21.6487
CIE-Lab58.992972.2253-25.9029

#ee4cbd color RGB value is (238,76,189).

#ee4cbd hex color red value is 238, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee4cbd hue: 0.88 , saturation: 0.83 and the lightness value of ee4cbd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001100 10111101
Octal 356 114 275
Decimal 238 76 189
Hex EE 4C BD

RGB Percentages of Color #ee4cbd

%47.32
%15.11
%37.57

CMYK Percentages of Color #ee4cbd

%0
%68
%21
%7

Triadic Colors of #ee4cbd

#ee4cbd #bdee4c #4cbdee

Analogous Colors of #ee4cbd

#ee4cbd #ee4c6c #ce4cee

Monochromatic Colors of #ee4cbd

#ee4cbd

Complementary Color

#ee4cbd #4cee7d

#ee4cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4cbd Color CSS Codes

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

#ee4cbd Text Font Color

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

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


#ee4cbd Background Color

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

This div background color is #ee4cbd


#ee4cbd Border Color

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

This div border color is #ee4cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4cbd


Comments

No comments written yet.

Please login to write comment.