color codes Logo

#ed61fc color codes

#ED61FC
(237,97,252)
0 Favorites   0 Comments

Color spaces of #ed61fc

RGB 23797252
HSL0.820.960.68
HSV294°62°99°
CMYK 0.060.620.00   0.01
XYZ56.770433.582295.5853
Yxy33.58220.30530.1806
Hunter Lab57.950273.4533-57.2302
CIE-Lab64.629673.5386-52.4856

#ed61fc color RGB value is (237,97,252).

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

The process color (four color CMYK) of #ed61fc color code is 0.06, 0.62, 0.00, 0.01. Web safe color of #ed61fc is #ff66ff. Color #ed61fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100001 11111100
Octal 355 141 374
Decimal 237 97 252
Hex ED 61 FC

RGB Percentages of Color #ed61fc

%40.44
%16.55
%43.00

CMYK Percentages of Color #ed61fc

%6
%62
%0
%1

Triadic Colors of #ed61fc

#ed61fc #fced61 #61fced

Analogous Colors of #ed61fc

#ed61fc #fc61be #a061fc

Monochromatic Colors of #ed61fc

#ed61fc

Complementary Color

#ed61fc #70fc61

#ed61fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed61fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed61fc Color CSS Codes

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

#ed61fc Text Font Color

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

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


#ed61fc Background Color

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

This div background color is #ed61fc


#ed61fc Border Color

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

This div border color is #ed61fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed61fc

Related Colors


Comments

No comments written yet.

Please login to write comment.