Color Hex Logo

#ef92ff Color Hex

#EF92FF
(239,146,255)
0 Favorites   0 Comments

Color spaces of #ef92ff

RGB 239146255
HSL0.811.000.79
HSV291°43°100°
CMYK 0.060.430.00   0.00
XYZ63.925546.1285100.1422
Yxy46.12850.30410.2195
Hunter Lab67.918049.1507-39.8781
CIE-Lab73.628851.7439-39.9658

#ef92ff color RGB value is (239,146,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010010 11111111
Octal 357 222 377
Decimal 239 146 255
Hex EF 92 FF

RGB Percentages of Color #ef92ff

%37.34
%22.81
%39.84

CMYK Percentages of Color #ef92ff

%6
%43
%0
%0

Triadic Colors of #ef92ff

#ef92ff #ffef92 #92ffef

Analogous Colors of #ef92ff

#ef92ff #ff92d9 #b992ff

Monochromatic Colors of #ef92ff

#ef92ff

Complementary Color

#ef92ff #a2ff92

#ef92ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef92ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef92ff Color CSS Codes

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

#ef92ff Text Font Color

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

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


#ef92ff Background Color

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

This div background color is #ef92ff


#ef92ff Border Color

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

This div border color is #ef92ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef92ff

Related Colors


Comments

No comments written yet.

Please login to write comment.