Color Hex Logo

#ef23ed Color Hex

#EF23ED
(239,35,237)
0 Favorites   0 Comments

Color spaces of #ef23ed

RGB 23935237
HSL0.830.860.54
HSV301°85°94°
CMYK 0.000.850.01   0.06
XYZ51.483725.667282.3615
Yxy25.66720.32280.1609
Hunter Lab50.662892.7323-60.9226
CIE-Lab57.719889.8231-55.1261

#ef23ed color RGB value is (239,35,237).

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

The process color (four color CMYK) of #ef23ed color hex is 0.00, 0.85, 0.01, 0.06. Web safe color of #ef23ed is #ff33ff. Color #ef23ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100011 11101101
Octal 357 43 355
Decimal 239 35 237
Hex EF 23 ED

RGB Percentages of Color #ef23ed

%46.77
%6.85
%46.38

CMYK Percentages of Color #ef23ed

%0
%85
%1
%6

Triadic Colors of #ef23ed

#ef23ed #edef23 #23edef

Analogous Colors of #ef23ed

#ef23ed #ef2387 #8b23ef

Monochromatic Colors of #ef23ed

#ef23ed

Complementary Color

#ef23ed #23ef25

#ef23ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef23ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef23ed Color CSS Codes

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

#ef23ed Text Font Color

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

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


#ef23ed Background Color

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

This div background color is #ef23ed


#ef23ed Border Color

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

This div border color is #ef23ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef23ed


Comments

No comments written yet.

Please login to write comment.