Color Hex Logo

#ed7dfe Color Hex

#ED7DFE
(237,125,254)
0 Favorites   0 Comments

Color spaces of #ed7dfe

RGB 237125254
HSL0.810.980.74
HSV292°51°100°
CMYK 0.070.510.00   0.00
XYZ60.148139.827598.2833
Yxy39.82750.30340.2009
Hunter Lab63.109059.6844-48.1594
CIE-Lab69.346561.3978-46.1381

#ed7dfe color RGB value is (237,125,254).

#ed7dfe hex color red value is 237, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ed7dfe hue: 0.81 , saturation: 0.98 and the lightness value of ed7dfe is 0.74.

The process color (four color CMYK) of #ed7dfe color hex is 0.07, 0.51, 0.00, 0.00. Web safe color of #ed7dfe is #ff66ff. Color #ed7dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111101 11111110
Octal 355 175 376
Decimal 237 125 254
Hex ED 7D FE

RGB Percentages of Color #ed7dfe

%38.47
%20.29
%41.23

CMYK Percentages of Color #ed7dfe

%7
%51
%0
%0

Triadic Colors of #ed7dfe

#ed7dfe #feed7d #7dfeed

Analogous Colors of #ed7dfe

#ed7dfe #fe7dcf #ad7dfe

Monochromatic Colors of #ed7dfe

#ed7dfe

Complementary Color

#ed7dfe #8efe7d

#ed7dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7dfe Color CSS Codes

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

#ed7dfe Text Font Color

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

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


#ed7dfe Background Color

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

This div background color is #ed7dfe


#ed7dfe Border Color

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

This div border color is #ed7dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7dfe


Comments

No comments written yet.

Please login to write comment.