Color Hex Logo

#f02bdb Color Hex

#F02BDB
(240,43,219)
0 Favorites   0 Comments

Color spaces of #f02bdb

RGB 24043219
HSL0.850.870.55
HSV306°82°94°
CMYK 0.000.820.09   0.06
XYZ49.585225.367569.3008
Yxy25.36750.34370.1759
Hunter Lab50.366287.5915-46.3232
CIE-Lab57.431885.9919-45.4309

#f02bdb color RGB value is (240,43,219).

#f02bdb hex color red value is 240, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f02bdb hue: 0.85 , saturation: 0.87 and the lightness value of f02bdb is 0.55.

The process color (four color CMYK) of #f02bdb color hex is 0.00, 0.82, 0.09, 0.06. Web safe color of #f02bdb is #ff33cc. Color #f02bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101011 11011011
Octal 360 53 333
Decimal 240 43 219
Hex F0 2B DB

RGB Percentages of Color #f02bdb

%47.81
%8.57
%43.63

CMYK Percentages of Color #f02bdb

%0
%82
%9
%6

Triadic Colors of #f02bdb

#f02bdb #dbf02b #2bdbf0

Analogous Colors of #f02bdb

#f02bdb #f02b79 #a32bf0

Monochromatic Colors of #f02bdb

#f02bdb

Complementary Color

#f02bdb #2bf040

#f02bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02bdb Color CSS Codes

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

#f02bdb Text Font Color

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

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


#f02bdb Background Color

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

This div background color is #f02bdb


#f02bdb Border Color

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

This div border color is #f02bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02bdb


Comments

No comments written yet.

Please login to write comment.