color codes Logo

#ed7cfe color codes

#ED7CFE
(237,124,254)
0 Favorites   0 Comments

Color spaces of #ed7cfe

RGB 237124254
HSL0.810.980.74
HSV292°51°100°
CMYK 0.070.510.00   0.00
XYZ60.022139.575698.2413
Yxy39.57560.30340.2000
Hunter Lab62.909160.2172-48.5531
CIE-Lab69.166261.8751-46.4215

#ed7cfe color RGB value is (237,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 11111110
Octal 355 174 376
Decimal 237 124 254
Hex ED 7C FE

RGB Percentages of Color #ed7cfe

%38.54
%20.16
%41.30

CMYK Percentages of Color #ed7cfe

%7
%51
%0
%0

Triadic Colors of #ed7cfe

#ed7cfe #feed7c #7cfeed

Analogous Colors of #ed7cfe

#ed7cfe #fe7cce #ac7cfe

Monochromatic Colors of #ed7cfe

#ed7cfe

Complementary Color

#ed7cfe #8dfe7c

#ed7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7cfe Color CSS Codes

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

#ed7cfe Text Font Color

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

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


#ed7cfe Background Color

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

This div background color is #ed7cfe


#ed7cfe Border Color

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

This div border color is #ed7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.