Color Hex Logo

#f00cdb Color Hex

#F00CDB
(240,12,219)
0 Favorites   0 Comments

Color spaces of #f00cdb

RGB 24012219
HSL0.850.900.49
HSV306°95°94°
CMYK 0.000.950.09   0.06
XYZ48.852823.902769.0567
Yxy23.90270.34450.1686
Hunter Lab48.890492.8046-49.5227
CIE-Lab55.990290.2137-47.7140

#f00cdb color RGB value is (240,12,219).

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

The process color (four color CMYK) of #f00cdb color hex is 0.00, 0.95, 0.09, 0.06. Web safe color of #f00cdb is #ff00cc. Color #f00cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001100 11011011
Octal 360 14 333
Decimal 240 12 219
Hex F0 C DB

RGB Percentages of Color #f00cdb

%50.96
%2.55
%46.50

CMYK Percentages of Color #f00cdb

%0
%95
%9
%6

Triadic Colors of #f00cdb

#f00cdb #dbf00c #0cdbf0

Analogous Colors of #f00cdb

#f00cdb #f00c69 #930cf0

Monochromatic Colors of #f00cdb

#f00cdb

Complementary Color

#f00cdb #0cf021

#f00cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00cdb Color CSS Codes

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

#f00cdb Text Font Color

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

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


#f00cdb Background Color

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

This div background color is #f00cdb


#f00cdb Border Color

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

This div border color is #f00cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00cdb


Comments

No comments written yet.

Please login to write comment.