Color Hex Logo

#f026db Color Hex

#F026DB
(240,38,219)
0 Favorites   0 Comments

Color spaces of #f026db

RGB 24038219
HSL0.850.870.55
HSV306°84°94°
CMYK 0.000.840.09   0.06
XYZ49.414525.026069.2439
Yxy25.02600.34390.1742
Hunter Lab50.026088.7726-47.0486
CIE-Lab57.100786.9562-45.9545

#f026db color RGB value is (240,38,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100110 11011011
Octal 360 46 333
Decimal 240 38 219
Hex F0 26 DB

RGB Percentages of Color #f026db

%48.29
%7.65
%44.06

CMYK Percentages of Color #f026db

%0
%84
%9
%6

Triadic Colors of #f026db

#f026db #dbf026 #26dbf0

Analogous Colors of #f026db

#f026db #f02676 #a026f0

Monochromatic Colors of #f026db

#f026db

Complementary Color

#f026db #26f03b

#f026db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f026db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f026db Color CSS Codes

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

#f026db Text Font Color

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

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


#f026db Background Color

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

This div background color is #f026db


#f026db Border Color

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

This div border color is #f026db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f026db


Comments

No comments written yet.

Please login to write comment.