Color Hex Logo

#ed6efc Color Hex

#ED6EFC
(237,110,252)
0 Favorites   0 Comments

Color spaces of #ed6efc

RGB 237110252
HSL0.820.960.71
HSV294°56°99°
CMYK 0.060.560.00   0.01
XYZ58.071736.184796.0191
Yxy36.18470.30520.1902
Hunter Lab60.153767.0528-52.5328
CIE-Lab66.660867.9764-49.2728

#ed6efc color RGB value is (237,110,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101110 11111100
Octal 355 156 374
Decimal 237 110 252
Hex ED 6E FC

RGB Percentages of Color #ed6efc

%39.57
%18.36
%42.07

CMYK Percentages of Color #ed6efc

%6
%56
%0
%1

Triadic Colors of #ed6efc

#ed6efc #fced6e #6efced

Analogous Colors of #ed6efc

#ed6efc #fc6ec4 #a66efc

Monochromatic Colors of #ed6efc

#ed6efc

Complementary Color

#ed6efc #7dfc6e

#ed6efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6efc Color CSS Codes

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

#ed6efc Text Font Color

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

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


#ed6efc Background Color

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

This div background color is #ed6efc


#ed6efc Border Color

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

This div border color is #ed6efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6efc


Comments

No comments written yet.

Please login to write comment.