Color Hex Logo

#ed6fef Color Hex

#ED6FEF
(237,111,239)
0 Favorites   0 Comments

Color spaces of #ed6fef

RGB 237111239
HSL0.830.800.69
HSV299°54°94°
CMYK 0.010.540.00   0.06
XYZ56.189535.605485.5724
Yxy35.60540.31680.2007
Hunter Lab59.670363.6646-43.2579
CIE-Lab66.217365.2538-42.8132

#ed6fef color RGB value is (237,111,239).

#ed6fef hex color red value is 237, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ed6fef hue: 0.83 , saturation: 0.80 and the lightness value of ed6fef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101111 11101111
Octal 355 157 357
Decimal 237 111 239
Hex ED 6F EF

RGB Percentages of Color #ed6fef

%40.37
%18.91
%40.72

CMYK Percentages of Color #ed6fef

%1
%54
%0
%6

Triadic Colors of #ed6fef

#ed6fef #efed6f #6fefed

Analogous Colors of #ed6fef

#ed6fef #ef6fb1 #ad6fef

Monochromatic Colors of #ed6fef

#ed6fef

Complementary Color

#ed6fef #71ef6f

#ed6fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6fef Color CSS Codes

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

#ed6fef Text Font Color

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

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


#ed6fef Background Color

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

This div background color is #ed6fef


#ed6fef Border Color

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

This div border color is #ed6fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,111,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed6fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6fef


Comments

No comments written yet.

Please login to write comment.