Color Hex Logo

#ef5fed Color Hex

#EF5FED
(239,95,237)
0 Favorites   0 Comments

Color spaces of #ef5fed

RGB 23995237
HSL0.840.820.65
HSV301°60°94°
CMYK 0.000.600.01   0.06
XYZ54.974932.649683.5253
Yxy32.64960.32120.1908
Hunter Lab57.139871.7422-46.6705
CIE-Lab63.876272.2992-45.3660

#ef5fed color RGB value is (239,95,237).

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

The process color (four color CMYK) of #ef5fed color hex is 0.00, 0.60, 0.01, 0.06. Web safe color of #ef5fed is #ff66ff. Color #ef5fed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011111 11101101
Octal 357 137 355
Decimal 239 95 237
Hex EF 5F ED

RGB Percentages of Color #ef5fed

%41.86
%16.64
%41.51

CMYK Percentages of Color #ef5fed

%0
%60
%1
%6

Triadic Colors of #ef5fed

#ef5fed #edef5f #5fedef

Analogous Colors of #ef5fed

#ef5fed #ef5fa5 #a95fef

Monochromatic Colors of #ef5fed

#ef5fed

Complementary Color

#ef5fed #5fef61

#ef5fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5fed Color CSS Codes

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

#ef5fed Text Font Color

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

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


#ef5fed Background Color

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

This div background color is #ef5fed


#ef5fed Border Color

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

This div border color is #ef5fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5fed


Comments

No comments written yet.

Please login to write comment.