Color Hex Logo

#ed1ffc Color Hex

#ED1FFC
(237,31,252)
0 Favorites   0 Comments

Color spaces of #ed1ffc

RGB 23731252
HSL0.820.970.55
HSV296°88°99°
CMYK 0.060.880.00   0.01
XYZ52.985726.012894.3238
Yxy26.01280.30570.1501
Hunter Lab51.002796.1852-73.9482
CIE-Lab58.049292.3290-62.9849

#ed1ffc color RGB value is (237,31,252).

#ed1ffc hex color red value is 237, green value is 31 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ed1ffc hue: 0.82 , saturation: 0.97 and the lightness value of ed1ffc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011111 11111100
Octal 355 37 374
Decimal 237 31 252
Hex ED 1F FC

RGB Percentages of Color #ed1ffc

%45.58
%5.96
%48.46

CMYK Percentages of Color #ed1ffc

%6
%88
%0
%1

Triadic Colors of #ed1ffc

#ed1ffc #fced1f #1ffced

Analogous Colors of #ed1ffc

#ed1ffc #fc1f9d #7f1ffc

Monochromatic Colors of #ed1ffc

#ed1ffc

Complementary Color

#ed1ffc #2efc1f

#ed1ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1ffc Color CSS Codes

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

#ed1ffc Text Font Color

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

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


#ed1ffc Background Color

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

This div background color is #ed1ffc


#ed1ffc Border Color

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

This div border color is #ed1ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1ffc


Comments

No comments written yet.

Please login to write comment.