Color Hex Logo

#f02efa Color Hex

#F02EFA
(240,46,250)
0 Favorites   0 Comments

Color spaces of #f02efa

RGB 24046250
HSL0.830.950.58
HSV297°82°98°
CMYK 0.040.820.00   0.02
XYZ54.167527.381492.8727
Yxy27.38140.31060.1570
Hunter Lab52.327293.2049-68.6014
CIE-Lab59.325789.8638-59.8013

#f02efa color RGB value is (240,46,250).

#f02efa hex color red value is 240, green value is 46 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f02efa hue: 0.83 , saturation: 0.95 and the lightness value of f02efa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101110 11111010
Octal 360 56 372
Decimal 240 46 250
Hex F0 2E FA

RGB Percentages of Color #f02efa

%44.78
%8.58
%46.64

CMYK Percentages of Color #f02efa

%4
%82
%0
%2

Triadic Colors of #f02efa

#f02efa #faf02e #2efaf0

Analogous Colors of #f02efa

#f02efa #fa2e9e #8a2efa

Monochromatic Colors of #f02efa

#f02efa

Complementary Color

#f02efa #38fa2e

#f02efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02efa Color CSS Codes

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

#f02efa Text Font Color

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

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


#f02efa Background Color

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

This div background color is #f02efa


#f02efa Border Color

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

This div border color is #f02efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,46,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f02efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f02efa;
  -webkit-box-shadow: 1px 1px 3px 2px #f02efa;
  box-shadow:         1px 1px 3px 2px #f02efa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,46,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f02efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02efa

Related Colors


Comments

No comments written yet.

Please login to write comment.