Color Hex Logo

#e08fcd Color Hex

#E08FCD
(224,143,205)
0 Favorites   0 Comments

Color spaces of #e08fcd

RGB 224143205
HSL0.870.570.72
HSV314°36°88°
CMYK 0.000.360.08   0.12
XYZ51.582439.900062.7404
Yxy39.90000.33450.2587
Hunter Lab63.166435.2237-14.6736
CIE-Lab69.398239.7453-19.1894

#e08fcd color RGB value is (224,143,205).

#e08fcd hex color red value is 224, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e08fcd hue: 0.87 , saturation: 0.57 and the lightness value of e08fcd is 0.72.

The process color (four color CMYK) of #e08fcd color hex is 0.00, 0.36, 0.08, 0.12. Web safe color of #e08fcd is #cc99cc. Color #e08fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 11001101
Octal 340 217 315
Decimal 224 143 205
Hex E0 8F CD

RGB Percentages of Color #e08fcd

%39.16
%25.00
%35.84

CMYK Percentages of Color #e08fcd

%0
%36
%8
%12

Triadic Colors of #e08fcd

#e08fcd #cde08f #8fcde0

Analogous Colors of #e08fcd

#e08fcd #e08fa5 #cb8fe0

Monochromatic Colors of #e08fcd

#e08fcd

Complementary Color

#e08fcd #8fe0a2

#e08fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08fcd Color CSS Codes

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

#e08fcd Text Font Color

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

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


#e08fcd Background Color

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

This div background color is #e08fcd


#e08fcd Border Color

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

This div border color is #e08fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08fcd


Comments

No comments written yet.

Please login to write comment.