Color Hex Logo

#ed8efd Color Hex

#ED8EFD
(237,142,253)
0 Favorites   0 Comments

Color spaces of #ed8efd

RGB 237142253
HSL0.810.970.77
HSV291°44°99°
CMYK 0.060.440.00   0.01
XYZ62.327744.442498.2217
Yxy44.44240.30400.2168
Hunter Lab66.665150.2223-40.6899
CIE-Lab72.523252.8289-40.6206

#ed8efd color RGB value is (237,142,253).

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

The process color (four color CMYK) of #ed8efd color hex is 0.06, 0.44, 0.00, 0.01. Web safe color of #ed8efd is #ff99ff. Color #ed8efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001110 11111101
Octal 355 216 375
Decimal 237 142 253
Hex ED 8E FD

RGB Percentages of Color #ed8efd

%37.50
%22.47
%40.03

CMYK Percentages of Color #ed8efd

%6
%44
%0
%1

Triadic Colors of #ed8efd

#ed8efd #fded8e #8efded

Analogous Colors of #ed8efd

#ed8efd #fd8ed6 #b68efd

Monochromatic Colors of #ed8efd

#ed8efd

Complementary Color

#ed8efd #9efd8e

#ed8efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8efd Color CSS Codes

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

#ed8efd Text Font Color

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

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


#ed8efd Background Color

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

This div background color is #ed8efd


#ed8efd Border Color

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

This div border color is #ed8efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8efd

Related Colors


Comments

No comments written yet.

Please login to write comment.