Color Hex Logo

#ef2fff Color Hex

#EF2FFF
(239,47,255)
0 Favorites   0 Comments

Color spaces of #ef2fff

RGB 23947255
HSL0.821.000.59
HSV295°82°100°
CMYK 0.060.820.00   0.00
XYZ54.663127.603897.0547
Yxy27.60380.30480.1539
Hunter Lab52.539393.7716-72.7476
CIE-Lab59.529190.2475-62.2559

#ef2fff color RGB value is (239,47,255).

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

The process color (four color CMYK) of #ef2fff color hex is 0.06, 0.82, 0.00, 0.00. Web safe color of #ef2fff is #ff33ff. Color #ef2fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101111 11111111
Octal 357 57 377
Decimal 239 47 255
Hex EF 2F FF

RGB Percentages of Color #ef2fff

%44.18
%8.69
%47.13

CMYK Percentages of Color #ef2fff

%6
%82
%0
%0

Triadic Colors of #ef2fff

#ef2fff #ffef2f #2fffef

Analogous Colors of #ef2fff

#ef2fff #ff2fa7 #872fff

Monochromatic Colors of #ef2fff

#ef2fff

Complementary Color

#ef2fff #3fff2f

#ef2fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2fff Color CSS Codes

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

#ef2fff Text Font Color

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

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


#ef2fff Background Color

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

This div background color is #ef2fff


#ef2fff Border Color

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

This div border color is #ef2fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2fff


Comments

No comments written yet.

Please login to write comment.