Color Hex Logo

#ed45ef Color Hex

#ED45EF
(237,69,239)
0 Favorites   0 Comments

Color spaces of #ed45ef

RGB 23769239
HSL0.830.840.60
HSV299°71°94°
CMYK 0.010.710.00   0.06
XYZ52.633228.492884.3869
Yxy28.49280.31800.1721
Hunter Lab53.378682.5946-56.3672
CIE-Lab60.331481.5775-52.1051

#ed45ef color RGB value is (237,69,239).

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

The process color (four color CMYK) of #ed45ef color hex is 0.01, 0.71, 0.00, 0.06. Web safe color of #ed45ef is #ff33ff. Color #ed45ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000101 11101111
Octal 355 105 357
Decimal 237 69 239
Hex ED 45 EF

RGB Percentages of Color #ed45ef

%43.49
%12.66
%43.85

CMYK Percentages of Color #ed45ef

%1
%71
%0
%6

Triadic Colors of #ed45ef

#ed45ef #efed45 #45efed

Analogous Colors of #ed45ef

#ed45ef #ef459c #9845ef

Monochromatic Colors of #ed45ef

#ed45ef

Complementary Color

#ed45ef #47ef45

#ed45ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed45ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed45ef Color CSS Codes

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

#ed45ef Text Font Color

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

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


#ed45ef Background Color

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

This div background color is #ed45ef


#ed45ef Border Color

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

This div border color is #ed45ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed45ef


Comments

No comments written yet.

Please login to write comment.