Color Hex Logo

#ee3dcb Color Hex

#EE3DCB
(238,61,203)
0 Favorites   0 Comments

Color spaces of #ee3dcb

RGB 23861203
HSL0.870.840.59
HSV312°74°93°
CMYK 0.000.740.15   0.07
XYZ47.708125.826458.9704
Yxy25.82640.36000.1949
Hunter Lab50.819778.6364-33.2255
CIE-Lab57.871978.9501-35.6598

#ee3dcb color RGB value is (238,61,203).

#ee3dcb hex color red value is 238, green value is 61 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ee3dcb hue: 0.87 , saturation: 0.84 and the lightness value of ee3dcb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111101 11001011
Octal 356 75 313
Decimal 238 61 203
Hex EE 3D CB

RGB Percentages of Color #ee3dcb

%47.41
%12.15
%40.44

CMYK Percentages of Color #ee3dcb

%0
%74
%15
%7

Triadic Colors of #ee3dcb

#ee3dcb #cbee3d #3dcbee

Analogous Colors of #ee3dcb

#ee3dcb #ee3d73 #b93dee

Monochromatic Colors of #ee3dcb

#ee3dcb

Complementary Color

#ee3dcb #3dee60

#ee3dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3dcb Color CSS Codes

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

#ee3dcb Text Font Color

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

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


#ee3dcb Background Color

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

This div background color is #ee3dcb


#ee3dcb Border Color

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

This div border color is #ee3dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3dcb


Comments

No comments written yet.

Please login to write comment.