Color Hex Logo

#ee8fcf Color Hex

#EE8FCF
(238,143,207)
0 Favorites   0 Comments

Color spaces of #ee8fcf

RGB 238143207
HSL0.890.740.75
HSV320°40°93°
CMYK 0.000.400.13   0.07
XYZ56.344842.327164.2317
Yxy42.32710.34590.2598
Hunter Lab65.059340.7368-12.9943
CIE-Lab71.095944.6118-17.5708

#ee8fcf color RGB value is (238,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001111 11001111
Octal 356 217 317
Decimal 238 143 207
Hex EE 8F CF

RGB Percentages of Color #ee8fcf

%40.48
%24.32
%35.20

CMYK Percentages of Color #ee8fcf

%0
%40
%13
%7

Triadic Colors of #ee8fcf

#ee8fcf #cfee8f #8fcfee

Analogous Colors of #ee8fcf

#ee8fcf #ee8fa0 #de8fee

Monochromatic Colors of #ee8fcf

#ee8fcf

Complementary Color

#ee8fcf #8feeae

#ee8fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8fcf Color CSS Codes

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

#ee8fcf Text Font Color

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

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


#ee8fcf Background Color

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

This div background color is #ee8fcf


#ee8fcf Border Color

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

This div border color is #ee8fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8fcf


Comments

No comments written yet.

Please login to write comment.