Color Hex Logo

#ef53ff Color Hex

#EF53FF
(239,83,255)
0 Favorites   0 Comments

Color spaces of #ef53ff

RGB 23983255
HSL0.821.000.66
HSV294°67°100°
CMYK 0.060.670.00   0.00
XYZ56.739931.757297.7470
Yxy31.75720.30470.1705
Hunter Lab56.353581.1052-63.3929
CIE-Lab63.141779.8765-56.4838

#ef53ff color RGB value is (239,83,255).

#ef53ff hex color red value is 239, green value is 83 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ef53ff hue: 0.82 , saturation: 1.00 and the lightness value of ef53ff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010011 11111111
Octal 357 123 377
Decimal 239 83 255
Hex EF 53 FF

RGB Percentages of Color #ef53ff

%41.42
%14.38
%44.19

CMYK Percentages of Color #ef53ff

%6
%67
%0
%0

Triadic Colors of #ef53ff

#ef53ff #ffef53 #53ffef

Analogous Colors of #ef53ff

#ef53ff #ff53b9 #9953ff

Monochromatic Colors of #ef53ff

#ef53ff

Complementary Color

#ef53ff #63ff53

#ef53ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef53ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef53ff Color CSS Codes

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

#ef53ff Text Font Color

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

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


#ef53ff Background Color

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

This div background color is #ef53ff


#ef53ff Border Color

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

This div border color is #ef53ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef53ff

Related Colors

#ef53ff Color Palettes


Comments

No comments written yet.

Please login to write comment.