Color Hex Logo

#ed9afd Color Hex

#ED9AFD
(237,154,253)
0 Favorites   0 Comments

Color spaces of #ed9afd

RGB 237154253
HSL0.810.960.80
HSV290°39°99°
CMYK 0.060.390.00   0.01
XYZ64.210348.207698.8492
Yxy48.20760.30390.2282
Hunter Lab69.431743.5710-35.8084
CIE-Lab74.955746.6744-36.8374

#ed9afd color RGB value is (237,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011010 11111101
Octal 355 232 375
Decimal 237 154 253
Hex ED 9A FD

RGB Percentages of Color #ed9afd

%36.80
%23.91
%39.29

CMYK Percentages of Color #ed9afd

%6
%39
%0
%1

Triadic Colors of #ed9afd

#ed9afd #fded9a #9afded

Analogous Colors of #ed9afd

#ed9afd #fd9adc #bc9afd

Monochromatic Colors of #ed9afd

#ed9afd

Complementary Color

#ed9afd #aafd9a

#ed9afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9afd Color CSS Codes

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

#ed9afd Text Font Color

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

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


#ed9afd Background Color

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

This div background color is #ed9afd


#ed9afd Border Color

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

This div border color is #ed9afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,154,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 #ed9afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9afd


Comments

No comments written yet.

Please login to write comment.