Color Hex Logo

#ed6afd Color Hex

#ED6AFD
(237,106,253)
0 Favorites   0 Comments

Color spaces of #ed6afd

RGB 237106253
HSL0.820.970.70
HSV293°58°99°
CMYK 0.060.580.00   0.01
XYZ57.808735.404496.7154
Yxy35.40440.30440.1864
Hunter Lab59.501669.2937-54.7203
CIE-Lab66.062369.9147-50.7672

#ed6afd color RGB value is (237,106,253).

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

The process color (four color CMYK) of #ed6afd color hex is 0.06, 0.58, 0.00, 0.01. Web safe color of #ed6afd is #ff66ff. Color #ed6afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101010 11111101
Octal 355 152 375
Decimal 237 106 253
Hex ED 6A FD

RGB Percentages of Color #ed6afd

%39.77
%17.79
%42.45

CMYK Percentages of Color #ed6afd

%6
%58
%0
%1

Triadic Colors of #ed6afd

#ed6afd #fded6a #6afded

Analogous Colors of #ed6afd

#ed6afd #fd6ac4 #a46afd

Monochromatic Colors of #ed6afd

#ed6afd

Complementary Color

#ed6afd #7afd6a

#ed6afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6afd Color CSS Codes

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

#ed6afd Text Font Color

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

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


#ed6afd Background Color

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

This div background color is #ed6afd


#ed6afd Border Color

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

This div border color is #ed6afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6afd


Comments

No comments written yet.

Please login to write comment.