Color Hex Logo

#ef2bff Color Hex

#EF2BFF
(239,43,255)
0 Favorites   0 Comments

Color spaces of #ef2bff

RGB 23943255
HSL0.821.000.58
HSV295°83°100°
CMYK 0.060.830.00   0.00
XYZ54.510527.298597.0039
Yxy27.29850.30480.1527
Hunter Lab52.248094.7958-73.5046
CIE-Lab59.249691.0649-62.7042

#ef2bff color RGB value is (239,43,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101011 11111111
Octal 357 53 377
Decimal 239 43 255
Hex EF 2B FF

RGB Percentages of Color #ef2bff

%44.51
%8.01
%47.49

CMYK Percentages of Color #ef2bff

%6
%83
%0
%0

Triadic Colors of #ef2bff

#ef2bff #ffef2b #2bffef

Analogous Colors of #ef2bff

#ef2bff #ff2ba5 #852bff

Monochromatic Colors of #ef2bff

#ef2bff

Complementary Color

#ef2bff #3bff2b

#ef2bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2bff Color CSS Codes

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

#ef2bff Text Font Color

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

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


#ef2bff Background Color

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

This div background color is #ef2bff


#ef2bff Border Color

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

This div border color is #ef2bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2bff


Comments

No comments written yet.

Please login to write comment.