Color Hex Logo

#ef98ff Color Hex

#EF98FF
(239,152,255)
0 Favorites   0 Comments

Color spaces of #ef98ff

RGB 239152255
HSL0.811.000.80
HSV291°40°100°
CMYK 0.060.400.00   0.00
XYZ64.874848.0272100.4586
Yxy48.02720.30410.2251
Hunter Lab69.301745.8199-37.4347
CIE-Lab74.842148.6723-38.0786

#ef98ff color RGB value is (239,152,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 11111111
Octal 357 230 377
Decimal 239 152 255
Hex EF 98 FF

RGB Percentages of Color #ef98ff

%37.00
%23.53
%39.47

CMYK Percentages of Color #ef98ff

%6
%40
%0
%0

Triadic Colors of #ef98ff

#ef98ff #ffef98 #98ffef

Analogous Colors of #ef98ff

#ef98ff #ff98dc #bc98ff

Monochromatic Colors of #ef98ff

#ef98ff

Complementary Color

#ef98ff #a8ff98

#ef98ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef98ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef98ff Color CSS Codes

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

#ef98ff Text Font Color

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

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


#ef98ff Background Color

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

This div background color is #ef98ff


#ef98ff Border Color

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

This div border color is #ef98ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef98ff


Comments

No comments written yet.

Please login to write comment.