Color Hex Logo

#ee3bcd Color Hex

#EE3BCD
(238,59,205)
0 Favorites   0 Comments

Color spaces of #ee3bcd

RGB 23859205
HSL0.860.840.58
HSV311°75°93°
CMYK 0.000.750.14   0.07
XYZ47.843325.712960.1991
Yxy25.71290.35770.1922
Hunter Lab50.707979.6774-34.8920
CIE-Lab57.763579.7922-36.9712

#ee3bcd color RGB value is (238,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111011 11001101
Octal 356 73 315
Decimal 238 59 205
Hex EE 3B CD

RGB Percentages of Color #ee3bcd

%47.41
%11.75
%40.84

CMYK Percentages of Color #ee3bcd

%0
%75
%14
%7

Triadic Colors of #ee3bcd

#ee3bcd #cdee3b #3bcdee

Analogous Colors of #ee3bcd

#ee3bcd #ee3b74 #b63bee

Monochromatic Colors of #ee3bcd

#ee3bcd

Complementary Color

#ee3bcd #3bee5c

#ee3bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3bcd Color CSS Codes

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

#ee3bcd Text Font Color

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

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


#ee3bcd Background Color

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

This div background color is #ee3bcd


#ee3bcd Border Color

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

This div border color is #ee3bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3bcd


Comments

No comments written yet.

Please login to write comment.