Color Hex Logo

#f02cdb Color Hex

#F02CDB
(240,44,219)
0 Favorites   0 Comments

Color spaces of #f02cdb

RGB 24044219
HSL0.850.870.56
HSV306°82°94°
CMYK 0.000.820.09   0.06
XYZ49.622025.441169.3131
Yxy25.44110.34370.1762
Hunter Lab50.439287.3395-46.1684
CIE-Lab57.502785.7856-45.3187

#f02cdb color RGB value is (240,44,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101100 11011011
Octal 360 54 333
Decimal 240 44 219
Hex F0 2C DB

RGB Percentages of Color #f02cdb

%47.71
%8.75
%43.54

CMYK Percentages of Color #f02cdb

%0
%82
%9
%6

Triadic Colors of #f02cdb

#f02cdb #dbf02c #2cdbf0

Analogous Colors of #f02cdb

#f02cdb #f02c79 #a32cf0

Monochromatic Colors of #f02cdb

#f02cdb

Complementary Color

#f02cdb #2cf041

#f02cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02cdb Color CSS Codes

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

#f02cdb Text Font Color

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

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


#f02cdb Background Color

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

This div background color is #f02cdb


#f02cdb Border Color

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

This div border color is #f02cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02cdb


Comments

No comments written yet.

Please login to write comment.