Color Hex Logo

#f062db Color Hex

#F062DB
(240,98,219)
0 Favorites   0 Comments

Color spaces of #f062db

RGB 24098219
HSL0.860.830.66
HSV309°59°94°
CMYK 0.000.590.09   0.06
XYZ53.089032.375170.4688
Yxy32.37510.34050.2076
Hunter Lab56.899166.9737-33.6005
CIE-Lab63.651768.4475-35.6680

#f062db color RGB value is (240,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100010 11011011
Octal 360 142 333
Decimal 240 98 219
Hex F0 62 DB

RGB Percentages of Color #f062db

%43.09
%17.59
%39.32

CMYK Percentages of Color #f062db

%0
%59
%9
%6

Triadic Colors of #f062db

#f062db #dbf062 #62dbf0

Analogous Colors of #f062db

#f062db #f06294 #be62f0

Monochromatic Colors of #f062db

#f062db

Complementary Color

#f062db #62f077

#f062db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f062db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f062db Color CSS Codes

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

#f062db Text Font Color

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

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


#f062db Background Color

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

This div background color is #f062db


#f062db Border Color

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

This div border color is #f062db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f062db


Comments

No comments written yet.

Please login to write comment.