Color Hex Logo

#f07bdb Color Hex

#F07BDB
(240,123,219)
0 Favorites   0 Comments

Color spaces of #f07bdb

RGB 240123219
HSL0.860.800.71
HSV311°49°94°
CMYK 0.000.490.09   0.06
XYZ55.804337.805771.3738
Yxy37.80570.33820.2291
Hunter Lab61.486354.4035-25.7838
CIE-Lab67.877257.1381-29.1201

#f07bdb color RGB value is (240,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111011 11011011
Octal 360 173 333
Decimal 240 123 219
Hex F0 7B DB

RGB Percentages of Color #f07bdb

%41.24
%21.13
%37.63

CMYK Percentages of Color #f07bdb

%0
%49
%9
%6

Triadic Colors of #f07bdb

#f07bdb #dbf07b #7bdbf0

Analogous Colors of #f07bdb

#f07bdb #f07ba1 #cb7bf0

Monochromatic Colors of #f07bdb

#f07bdb

Complementary Color

#f07bdb #7bf090

#f07bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07bdb Color CSS Codes

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

#f07bdb Text Font Color

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

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


#f07bdb Background Color

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

This div background color is #f07bdb


#f07bdb Border Color

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

This div border color is #f07bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07bdb


Comments

No comments written yet.

Please login to write comment.