Color Hex Logo

#e08fed Color Hex

#E08FED
(224,143,237)
0 Favorites   0 Comments

Color spaces of #e08fed

RGB 224143237
HSL0.810.720.75
HSV292°40°93°
CMYK 0.050.400.00   0.07
XYZ55.849041.606685.2081
Yxy41.60660.30570.2278
Hunter Lab64.503241.6707-33.1693
CIE-Lab70.598845.5185-34.9966

#e08fed color RGB value is (224,143,237).

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

The process color (four color CMYK) of #e08fed color hex is 0.05, 0.40, 0.00, 0.07. Web safe color of #e08fed is #cc99ff. Color #e08fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 11101101
Octal 340 217 355
Decimal 224 143 237
Hex E0 8F ED

RGB Percentages of Color #e08fed

%37.09
%23.68
%39.24

CMYK Percentages of Color #e08fed

%5
%40
%0
%7

Triadic Colors of #e08fed

#e08fed #ede08f #8fede0

Analogous Colors of #e08fed

#e08fed #ed8fcb #b18fed

Monochromatic Colors of #e08fed

#e08fed

Complementary Color

#e08fed #9ced8f

#e08fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08fed Color CSS Codes

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

#e08fed Text Font Color

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

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


#e08fed Background Color

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

This div background color is #e08fed


#e08fed Border Color

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

This div border color is #e08fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08fed


Comments

No comments written yet.

Please login to write comment.