Color Hex Logo

#ee7bdc Color Hex

#EE7BDC
(238,123,220)
0 Favorites   0 Comments

Color spaces of #ee7bdc

RGB 238123220
HSL0.860.770.71
HSV309°48°93°
CMYK 0.000.480.08   0.07
XYZ55.261137.510472.0378
Yxy37.51040.33530.2276
Hunter Lab61.245753.8778-26.8654
CIE-Lab67.658256.7190-30.0347

#ee7bdc color RGB value is (238,123,220).

#ee7bdc hex color red value is 238, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ee7bdc hue: 0.86 , saturation: 0.77 and the lightness value of ee7bdc is 0.71.

The process color (four color CMYK) of #ee7bdc color hex is 0.00, 0.48, 0.08, 0.07. Web safe color of #ee7bdc is #ff66cc. Color #ee7bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111011 11011100
Octal 356 173 334
Decimal 238 123 220
Hex EE 7B DC

RGB Percentages of Color #ee7bdc

%40.96
%21.17
%37.87

CMYK Percentages of Color #ee7bdc

%0
%48
%8
%7

Triadic Colors of #ee7bdc

#ee7bdc #dcee7b #7bdcee

Analogous Colors of #ee7bdc

#ee7bdc #ee7ba3 #c77bee

Monochromatic Colors of #ee7bdc

#ee7bdc

Complementary Color

#ee7bdc #7bee8d

#ee7bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7bdc Color CSS Codes

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

#ee7bdc Text Font Color

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

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


#ee7bdc Background Color

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

This div background color is #ee7bdc


#ee7bdc Border Color

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

This div border color is #ee7bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7bdc

#ee7bdc Color Palettes


Comments

No comments written yet.

Please login to write comment.