Color Hex Logo

#ed2cfc Color Hex

#ED2CFC
(237,44,252)
0 Favorites   0 Comments

Color spaces of #ed2cfc

RGB 23744252
HSL0.820.970.58
HSV296°83°99°
CMYK 0.060.830.00   0.01
XYZ53.396426.834294.4607
Yxy26.83420.30570.1536
Hunter Lab51.801793.3419-71.8544
CIE-Lab58.820590.0647-61.7472

#ed2cfc color RGB value is (237,44,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101100 11111100
Octal 355 54 374
Decimal 237 44 252
Hex ED 2C FC

RGB Percentages of Color #ed2cfc

%44.47
%8.26
%47.28

CMYK Percentages of Color #ed2cfc

%6
%83
%0
%1

Triadic Colors of #ed2cfc

#ed2cfc #fced2c #2cfced

Analogous Colors of #ed2cfc

#ed2cfc #fc2ca3 #852cfc

Monochromatic Colors of #ed2cfc

#ed2cfc

Complementary Color

#ed2cfc #3bfc2c

#ed2cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2cfc Color CSS Codes

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

#ed2cfc Text Font Color

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

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


#ed2cfc Background Color

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

This div background color is #ed2cfc


#ed2cfc Border Color

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

This div border color is #ed2cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2cfc


Comments

No comments written yet.

Please login to write comment.