Color Hex Logo

#f055db Color Hex

#F055DB
(240,85,219)
0 Favorites   0 Comments

Color spaces of #f055db

RGB 24085219
HSL0.860.840.64
HSV308°65°94°
CMYK 0.000.650.09   0.06
XYZ51.969930.136770.0957
Yxy30.13670.34150.1980
Hunter Lab54.896972.9131-37.2772
CIE-Lab61.772073.6358-38.6030

#f055db color RGB value is (240,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010101 11011011
Octal 360 125 333
Decimal 240 85 219
Hex F0 55 DB

RGB Percentages of Color #f055db

%44.12
%15.63
%40.26

CMYK Percentages of Color #f055db

%0
%65
%9
%6

Triadic Colors of #f055db

#f055db #dbf055 #55dbf0

Analogous Colors of #f055db

#f055db #f0558e #b855f0

Monochromatic Colors of #f055db

#f055db

Complementary Color

#f055db #55f06a

#f055db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f055db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f055db Color CSS Codes

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

#f055db Text Font Color

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

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


#f055db Background Color

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

This div background color is #f055db


#f055db Border Color

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

This div border color is #f055db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f055db


Comments

No comments written yet.

Please login to write comment.