Color Hex Logo

#f030db Color Hex

#F030DB
(240,48,219)
0 Favorites   0 Comments

Color spaces of #f030db

RGB 24048219
HSL0.850.860.56
HSV307°80°94°
CMYK 0.000.800.09   0.06
XYZ49.778325.753669.3652
Yxy25.75360.34350.1777
Hunter Lab50.748086.2802-45.5173
CIE-Lab57.802484.9160-44.8451

#f030db color RGB value is (240,48,219).

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

The process color (four color CMYK) of #f030db color hex is 0.00, 0.80, 0.09, 0.06. Web safe color of #f030db is #ff33cc. Color #f030db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110000 11011011
Octal 360 60 333
Decimal 240 48 219
Hex F0 30 DB

RGB Percentages of Color #f030db

%47.34
%9.47
%43.20

CMYK Percentages of Color #f030db

%0
%80
%9
%6

Triadic Colors of #f030db

#f030db #dbf030 #30dbf0

Analogous Colors of #f030db

#f030db #f0307b #a530f0

Monochromatic Colors of #f030db

#f030db

Complementary Color

#f030db #30f045

#f030db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f030db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f030db Color CSS Codes

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

#f030db Text Font Color

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

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


#f030db Background Color

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

This div background color is #f030db


#f030db Border Color

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

This div border color is #f030db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f030db


Comments

No comments written yet.

Please login to write comment.