Color Hex Logo

#ed4ffc Color Hex

#ED4FFC
(237,79,252)
0 Favorites   0 Comments

Color spaces of #ed4ffc

RGB 23779252
HSL0.820.970.65
HSV295°69°99°
CMYK 0.060.690.00   0.01
XYZ55.291730.624895.0924
Yxy30.62480.30550.1692
Hunter Lab55.339781.5008-63.1426
CIE-Lab62.189680.3675-56.3627

#ed4ffc color RGB value is (237,79,252).

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

The process color (four color CMYK) of #ed4ffc color hex is 0.06, 0.69, 0.00, 0.01. Web safe color of #ed4ffc is #ff66ff. Color #ed4ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001111 11111100
Octal 355 117 374
Decimal 237 79 252
Hex ED 4F FC

RGB Percentages of Color #ed4ffc

%41.73
%13.91
%44.37

CMYK Percentages of Color #ed4ffc

%6
%69
%0
%1

Triadic Colors of #ed4ffc

#ed4ffc #fced4f #4ffced

Analogous Colors of #ed4ffc

#ed4ffc #fc4fb5 #974ffc

Monochromatic Colors of #ed4ffc

#ed4ffc

Complementary Color

#ed4ffc #5efc4f

#ed4ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4ffc Color CSS Codes

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

#ed4ffc Text Font Color

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

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


#ed4ffc Background Color

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

This div background color is #ed4ffc


#ed4ffc Border Color

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

This div border color is #ed4ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4ffc


Comments

No comments written yet.

Please login to write comment.