Color Hex Logo

#ed69fc Color Hex

#ED69FC
(237,105,252)
0 Favorites   0 Comments

Color spaces of #ed69fc

RGB 237105252
HSL0.820.960.70
HSV294°58°99°
CMYK 0.060.580.00   0.01
XYZ57.547335.136095.8443
Yxy35.13600.30520.1864
Hunter Lab59.275669.5630-54.3746
CIE-Lab65.854470.1713-50.5467

#ed69fc color RGB value is (237,105,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 11111100
Octal 355 151 374
Decimal 237 105 252
Hex ED 69 FC

RGB Percentages of Color #ed69fc

%39.90
%17.68
%42.42

CMYK Percentages of Color #ed69fc

%6
%58
%0
%1

Triadic Colors of #ed69fc

#ed69fc #fced69 #69fced

Analogous Colors of #ed69fc

#ed69fc #fc69c2 #a469fc

Monochromatic Colors of #ed69fc

#ed69fc

Complementary Color

#ed69fc #78fc69

#ed69fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed69fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed69fc Color CSS Codes

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

#ed69fc Text Font Color

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

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


#ed69fc Background Color

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

This div background color is #ed69fc


#ed69fc Border Color

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

This div border color is #ed69fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed69fc


Comments

No comments written yet.

Please login to write comment.