Color Hex Logo

#ef95ff Color Hex

#EF95FF
(239,149,255)
0 Favorites   0 Comments

Color spaces of #ef95ff

RGB 239149255
HSL0.811.000.79
HSV291°42°100°
CMYK 0.060.420.00   0.00
XYZ64.394047.0656100.2984
Yxy47.06560.30410.2223
Hunter Lab68.604447.4875-38.6579
CIE-Lab74.231750.2129-39.0274

#ef95ff color RGB value is (239,149,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010101 11111111
Octal 357 225 377
Decimal 239 149 255
Hex EF 95 FF

RGB Percentages of Color #ef95ff

%37.17
%23.17
%39.66

CMYK Percentages of Color #ef95ff

%6
%42
%0
%0

Triadic Colors of #ef95ff

#ef95ff #ffef95 #95ffef

Analogous Colors of #ef95ff

#ef95ff #ff95da #ba95ff

Monochromatic Colors of #ef95ff

#ef95ff

Complementary Color

#ef95ff #a5ff95

#ef95ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef95ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef95ff Color CSS Codes

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

#ef95ff Text Font Color

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

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


#ef95ff Background Color

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

This div background color is #ef95ff


#ef95ff Border Color

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

This div border color is #ef95ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef95ff

Related Colors


Comments

No comments written yet.

Please login to write comment.