Color Hex Logo

#ed6efd Color Hex

#ED6EFD
(237,110,253)
0 Favorites   0 Comments

Color spaces of #ed6efd

RGB 237110253
HSL0.810.970.71
HSV293°57°99°
CMYK 0.060.570.00   0.01
XYZ58.230636.248296.8560
Yxy36.24820.30430.1894
Hunter Lab60.206567.2806-53.2371
CIE-Lab66.709168.1547-49.7451

#ed6efd color RGB value is (237,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101110 11111101
Octal 355 156 375
Decimal 237 110 253
Hex ED 6E FD

RGB Percentages of Color #ed6efd

%39.50
%18.33
%42.17

CMYK Percentages of Color #ed6efd

%6
%57
%0
%1

Triadic Colors of #ed6efd

#ed6efd #fded6e #6efded

Analogous Colors of #ed6efd

#ed6efd #fd6ec6 #a66efd

Monochromatic Colors of #ed6efd

#ed6efd

Complementary Color

#ed6efd #7efd6e

#ed6efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6efd Color CSS Codes

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

#ed6efd Text Font Color

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

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


#ed6efd Background Color

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

This div background color is #ed6efd


#ed6efd Border Color

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

This div border color is #ed6efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6efd

Related Colors


Comments

No comments written yet.

Please login to write comment.