Color Hex Logo

#ee3cbd Color Hex

#EE3CBD
(238,60,189)
0 Favorites   0 Comments

Color spaces of #ee3cbd

RGB 23860189
HSL0.880.840.58
HSV317°75°93°
CMYK 0.000.750.21   0.07
XYZ46.061125.083050.5579
Yxy25.08300.37850.2061
Hunter Lab50.082976.5207-24.7942
CIE-Lab57.156277.4087-28.7406

#ee3cbd color RGB value is (238,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111100 10111101
Octal 356 74 275
Decimal 238 60 189
Hex EE 3C BD

RGB Percentages of Color #ee3cbd

%48.87
%12.32
%38.81

CMYK Percentages of Color #ee3cbd

%0
%75
%21
%7

Triadic Colors of #ee3cbd

#ee3cbd #bdee3c #3cbdee

Analogous Colors of #ee3cbd

#ee3cbd #ee3c64 #c63cee

Monochromatic Colors of #ee3cbd

#ee3cbd

Complementary Color

#ee3cbd #3cee6d

#ee3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3cbd Color CSS Codes

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

#ee3cbd Text Font Color

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

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


#ee3cbd Background Color

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

This div background color is #ee3cbd


#ee3cbd Border Color

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

This div border color is #ee3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3cbd


Comments

No comments written yet.

Please login to write comment.