Color Hex Logo

#ef93ff Color Hex

#EF93FF
(239,147,255)
0 Favorites   0 Comments

Color spaces of #ef93ff

RGB 239147255
HSL0.811.000.79
HSV291°42°100°
CMYK 0.060.420.00   0.00
XYZ64.080346.4382100.1938
Yxy46.43820.30410.2204
Hunter Lab68.145648.5967-39.4716
CIE-Lab73.829051.2346-39.6541

#ef93ff color RGB value is (239,147,255).

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

The process color (four color CMYK) of #ef93ff color hex is 0.06, 0.42, 0.00, 0.00. Web safe color of #ef93ff is #ff99ff. Color #ef93ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010011 11111111
Octal 357 223 377
Decimal 239 147 255
Hex EF 93 FF

RGB Percentages of Color #ef93ff

%37.29
%22.93
%39.78

CMYK Percentages of Color #ef93ff

%6
%42
%0
%0

Triadic Colors of #ef93ff

#ef93ff #ffef93 #93ffef

Analogous Colors of #ef93ff

#ef93ff #ff93d9 #b993ff

Monochromatic Colors of #ef93ff

#ef93ff

Complementary Color

#ef93ff #a3ff93

#ef93ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef93ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef93ff Color CSS Codes

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

#ef93ff Text Font Color

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

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


#ef93ff Background Color

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

This div background color is #ef93ff


#ef93ff Border Color

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

This div border color is #ef93ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef93ff

Related Colors


Comments

No comments written yet.

Please login to write comment.