Color Hex Logo

#ed7cff Color Hex

#ED7CFF
(237,124,255)
0 Favorites   0 Comments

Color spaces of #ed7cff

RGB 237124255
HSL0.811.000.74
HSV292°51°100°
CMYK 0.070.510.00   0.00
XYZ60.182739.639899.0870
Yxy39.63980.30260.1993
Hunter Lab62.960160.4453-49.2388
CIE-Lab69.212262.0589-46.8951

#ed7cff color RGB value is (237,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 11111111
Octal 355 174 377
Decimal 237 124 255
Hex ED 7C FF

RGB Percentages of Color #ed7cff

%38.47
%20.13
%41.40

CMYK Percentages of Color #ed7cff

%7
%51
%0
%0

Triadic Colors of #ed7cff

#ed7cff #ffed7c #7cffed

Analogous Colors of #ed7cff

#ed7cff #ff7cd0 #ac7cff

Monochromatic Colors of #ed7cff

#ed7cff

Complementary Color

#ed7cff #8eff7c

#ed7cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7cff Color CSS Codes

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

#ed7cff Text Font Color

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

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


#ed7cff Background Color

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

This div background color is #ed7cff


#ed7cff Border Color

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

This div border color is #ed7cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7cff

Related Colors


Comments

No comments written yet.

Please login to write comment.