Color Hex Logo

#ed63fc Color Hex

#ED63FC
(237,99,252)
0 Favorites   0 Comments

Color spaces of #ed63fc

RGB 23799252
HSL0.820.960.69
HSV294°61°99°
CMYK 0.060.610.00   0.01
XYZ56.957633.956595.6477
Yxy33.95650.30530.1820
Hunter Lab58.272272.4967-56.5278
CIE-Lab64.928072.7145-52.0127

#ed63fc color RGB value is (237,99,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100011 11111100
Octal 355 143 374
Decimal 237 99 252
Hex ED 63 FC

RGB Percentages of Color #ed63fc

%40.31
%16.84
%42.86

CMYK Percentages of Color #ed63fc

%6
%61
%0
%1

Triadic Colors of #ed63fc

#ed63fc #fced63 #63fced

Analogous Colors of #ed63fc

#ed63fc #fc63bf #a163fc

Monochromatic Colors of #ed63fc

#ed63fc

Complementary Color

#ed63fc #72fc63

#ed63fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed63fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed63fc Color CSS Codes

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

#ed63fc Text Font Color

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

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


#ed63fc Background Color

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

This div background color is #ed63fc


#ed63fc Border Color

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

This div border color is #ed63fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed63fc


Comments

No comments written yet.

Please login to write comment.