Color Hex Logo

#f07cdb Color Hex

#F07CDB
(240,124,219)
0 Favorites   0 Comments

Color spaces of #f07cdb

RGB 240124219
HSL0.860.790.71
HSV311°48°94°
CMYK 0.000.480.09   0.06
XYZ55.929038.055071.4154
Yxy38.05500.33810.2301
Hunter Lab61.688753.8786-25.4563
CIE-Lab68.061156.6568-28.8367

#f07cdb color RGB value is (240,124,219).

#f07cdb hex color red value is 240, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f07cdb hue: 0.86 , saturation: 0.79 and the lightness value of f07cdb is 0.71.

The process color (four color CMYK) of #f07cdb color hex is 0.00, 0.48, 0.09, 0.06. Web safe color of #f07cdb is #ff66cc. Color #f07cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111100 11011011
Octal 360 174 333
Decimal 240 124 219
Hex F0 7C DB

RGB Percentages of Color #f07cdb

%41.17
%21.27
%37.56

CMYK Percentages of Color #f07cdb

%0
%48
%9
%6

Triadic Colors of #f07cdb

#f07cdb #dbf07c #7cdbf0

Analogous Colors of #f07cdb

#f07cdb #f07ca1 #cb7cf0

Monochromatic Colors of #f07cdb

#f07cdb

Complementary Color

#f07cdb #7cf091

#f07cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07cdb Color CSS Codes

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

#f07cdb Text Font Color

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

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


#f07cdb Background Color

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

This div background color is #f07cdb


#f07cdb Border Color

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

This div border color is #f07cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07cdb


Comments

No comments written yet.

Please login to write comment.