Color Hex Logo

#f02bff Color Hex

#F02BFF
(240,43,255)
0 Favorites   0 Comments

Color spaces of #f02bff

RGB 24043255
HSL0.821.000.58
HSV296°83°100°
CMYK 0.060.830.00   0.00
XYZ54.849127.473097.0197
Yxy27.47300.30580.1532
Hunter Lab52.414795.0647-73.0556
CIE-Lab59.409691.2336-62.4388

#f02bff color RGB value is (240,43,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101011 11111111
Octal 360 53 377
Decimal 240 43 255
Hex F0 2B FF

RGB Percentages of Color #f02bff

%44.61
%7.99
%47.40

CMYK Percentages of Color #f02bff

%6
%83
%0
%0

Triadic Colors of #f02bff

#f02bff #fff02b #2bfff0

Analogous Colors of #f02bff

#f02bff #ff2ba4 #862bff

Monochromatic Colors of #f02bff

#f02bff

Complementary Color

#f02bff #3aff2b

#f02bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02bff Color CSS Codes

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

#f02bff Text Font Color

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

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


#f02bff Background Color

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

This div background color is #f02bff


#f02bff Border Color

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

This div border color is #f02bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02bff


Comments

No comments written yet.

Please login to write comment.