Color Hex Logo

#ed3efd Color Hex

#ED3EFD
(237,62,253)
0 Favorites   0 Comments

Color spaces of #ed3efd

RGB 23762253
HSL0.820.980.62
HSV295°75°99°
CMYK 0.060.750.00   0.01
XYZ54.377328.541695.5716
Yxy28.54160.30470.1599
Hunter Lab53.424388.1914-68.6677
CIE-Lab60.374985.8758-59.8121

#ed3efd color RGB value is (237,62,253).

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

The process color (four color CMYK) of #ed3efd color hex is 0.06, 0.75, 0.00, 0.01. Web safe color of #ed3efd is #ff33ff. Color #ed3efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111110 11111101
Octal 355 76 375
Decimal 237 62 253
Hex ED 3E FD

RGB Percentages of Color #ed3efd

%42.93
%11.23
%45.83

CMYK Percentages of Color #ed3efd

%6
%75
%0
%1

Triadic Colors of #ed3efd

#ed3efd #fded3e #3efded

Analogous Colors of #ed3efd

#ed3efd #fd3eae #8e3efd

Monochromatic Colors of #ed3efd

#ed3efd

Complementary Color

#ed3efd #4efd3e

#ed3efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3efd Color CSS Codes

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

#ed3efd Text Font Color

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

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


#ed3efd Background Color

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

This div background color is #ed3efd


#ed3efd Border Color

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

This div border color is #ed3efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3efd

Related Colors


Comments

No comments written yet.

Please login to write comment.