Color Hex Logo

#f465db Color Hex

#F465DB
(244,101,219)
0 Favorites   0 Comments

Color spaces of #f465db

RGB 244101219
HSL0.860.870.68
HSV310°59°96°
CMYK 0.000.590.10   0.04
XYZ54.748133.654970.6283
Yxy33.65490.34430.2116
Hunter Lab58.012866.9322-31.5742
CIE-Lab64.687768.2275-34.0121

#f465db color RGB value is (244,101,219).

#f465db hex color red value is 244, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f465db hue: 0.86 , saturation: 0.87 and the lightness value of f465db is 0.68.

The process color (four color CMYK) of #f465db color hex is 0.00, 0.59, 0.10, 0.04. Web safe color of #f465db is #ff66cc. Color #f465db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100101 11011011
Octal 364 145 333
Decimal 244 101 219
Hex F4 65 DB

RGB Percentages of Color #f465db

%43.26
%17.91
%38.83

CMYK Percentages of Color #f465db

%0
%59
%10
%4

Triadic Colors of #f465db

#f465db #dbf465 #65dbf4

Analogous Colors of #f465db

#f465db #f46594 #c665f4

Monochromatic Colors of #f465db

#f465db

Complementary Color

#f465db #65f47e

#f465db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f465db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f465db Color CSS Codes

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

#f465db Text Font Color

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

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


#f465db Background Color

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

This div background color is #f465db


#f465db Border Color

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

This div border color is #f465db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f465db


Comments

No comments written yet.

Please login to write comment.