Color Hex Logo

#ee1dbc Color Hex

#EE1DBC
(238,29,188)
0 Favorites   0 Comments

Color spaces of #ee1dbc

RGB 23829188
HSL0.870.860.52
HSV314°88°93°
CMYK 0.000.880.21   0.07
XYZ44.776422.686749.5959
Yxy22.68670.38250.1938
Hunter Lab47.630684.4503-28.3950
CIE-Lab54.748284.1024-31.9039

#ee1dbc color RGB value is (238,29,188).

#ee1dbc hex color red value is 238, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ee1dbc hue: 0.87 , saturation: 0.86 and the lightness value of ee1dbc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011101 10111100
Octal 356 35 274
Decimal 238 29 188
Hex EE 1D BC

RGB Percentages of Color #ee1dbc

%52.31
%6.37
%41.32

CMYK Percentages of Color #ee1dbc

%0
%88
%21
%7

Triadic Colors of #ee1dbc

#ee1dbc #bcee1d #1dbcee

Analogous Colors of #ee1dbc

#ee1dbc #ee1d54 #b81dee

Monochromatic Colors of #ee1dbc

#ee1dbc

Complementary Color

#ee1dbc #1dee4f

#ee1dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1dbc Color CSS Codes

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

#ee1dbc Text Font Color

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

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


#ee1dbc Background Color

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

This div background color is #ee1dbc


#ee1dbc Border Color

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

This div border color is #ee1dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1dbc


Comments

No comments written yet.

Please login to write comment.