Color Hex Logo

#ed8cff Color Hex

#ED8CFF
(237,140,255)
0 Favorites   0 Comments

Color spaces of #ed8cff

RGB 237140255
HSL0.811.000.77
HSV291°45°100°
CMYK 0.070.450.00   0.00
XYZ62.353143.980799.8105
Yxy43.98070.30250.2133
Hunter Lab66.317951.7719-42.8107
CIE-Lab72.215654.2138-42.1874

#ed8cff color RGB value is (237,140,255).

#ed8cff hex color red value is 237, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ed8cff hue: 0.81 , saturation: 1.00 and the lightness value of ed8cff is 0.77.

The process color (four color CMYK) of #ed8cff color hex is 0.07, 0.45, 0.00, 0.00. Web safe color of #ed8cff is #ff99ff. Color #ed8cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001100 11111111
Octal 355 214 377
Decimal 237 140 255
Hex ED 8C FF

RGB Percentages of Color #ed8cff

%37.50
%22.15
%40.35

CMYK Percentages of Color #ed8cff

%7
%45
%0
%0

Triadic Colors of #ed8cff

#ed8cff #ffed8c #8cffed

Analogous Colors of #ed8cff

#ed8cff #ff8cd8 #b48cff

Monochromatic Colors of #ed8cff

#ed8cff

Complementary Color

#ed8cff #9eff8c

#ed8cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8cff Color CSS Codes

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

#ed8cff Text Font Color

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

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


#ed8cff Background Color

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

This div background color is #ed8cff


#ed8cff Border Color

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

This div border color is #ed8cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8cff


Comments

No comments written yet.

Please login to write comment.