color codes Logo

#ee3bdc color codes

#EE3BDC
(238,59,220)
0 Favorites   0 Comments

Color spaces of #ee3bdc

RGB 23859220
HSL0.850.840.58
HSV306°75°93°
CMYK 0.000.750.08   0.07
XYZ49.742126.472470.1981
Yxy26.47240.33970.1808
Hunter Lab51.451382.5303-44.8769
CIE-Lab58.482881.8858-44.3581

#ee3bdc color RGB value is (238,59,220).

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

The process color (four color CMYK) of #ee3bdc color code is 0.00, 0.75, 0.08, 0.07. Web safe color of #ee3bdc is #ff33cc. Color #ee3bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111011 11011100
Octal 356 73 334
Decimal 238 59 220
Hex EE 3B DC

RGB Percentages of Color #ee3bdc

%46.03
%11.41
%42.55

CMYK Percentages of Color #ee3bdc

%0
%75
%8
%7

Triadic Colors of #ee3bdc

#ee3bdc #dcee3b #3bdcee

Analogous Colors of #ee3bdc

#ee3bdc #ee3b83 #a73bee

Monochromatic Colors of #ee3bdc

#ee3bdc

Complementary Color

#ee3bdc #3bee4d

#ee3bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3bdc Color CSS Codes

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

#ee3bdc Text Font Color

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

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


#ee3bdc Background Color

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

This div background color is #ee3bdc


#ee3bdc Border Color

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

This div border color is #ee3bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3bdc


Comments

No comments written yet.

Please login to write comment.