Color Hex Logo

#ee8fdb Color Hex

#EE8FDB
(238,143,219)
0 Favorites   0 Comments

Color spaces of #ee8fdb

RGB 238143219
HSL0.870.740.75
HSV312°40°93°
CMYK 0.000.400.08   0.07
XYZ57.868542.936572.2554
Yxy42.93650.33440.2481
Hunter Lab65.525942.9698-19.5109
CIE-Lab71.511946.5713-23.5658

#ee8fdb color RGB value is (238,143,219).

#ee8fdb hex color red value is 238, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ee8fdb hue: 0.87 , saturation: 0.74 and the lightness value of ee8fdb is 0.75.

The process color (four color CMYK) of #ee8fdb color hex is 0.00, 0.40, 0.08, 0.07. Web safe color of #ee8fdb is #ff99cc. Color #ee8fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001111 11011011
Octal 356 217 333
Decimal 238 143 219
Hex EE 8F DB

RGB Percentages of Color #ee8fdb

%39.67
%23.83
%36.50

CMYK Percentages of Color #ee8fdb

%0
%40
%8
%7

Triadic Colors of #ee8fdb

#ee8fdb #dbee8f #8fdbee

Analogous Colors of #ee8fdb

#ee8fdb #ee8fac #d28fee

Monochromatic Colors of #ee8fdb

#ee8fdb

Complementary Color

#ee8fdb #8feea2

#ee8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8fdb Color CSS Codes

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

#ee8fdb Text Font Color

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

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


#ee8fdb Background Color

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

This div background color is #ee8fdb


#ee8fdb Border Color

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

This div border color is #ee8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8fdb


Comments

No comments written yet.

Please login to write comment.