Color Hex Logo

#f26fdb Color Hex

#F26FDB
(242,111,219)
0 Favorites   0 Comments

Color spaces of #f26fdb

RGB 242111219
HSL0.860.830.69
HSV311°54°95°
CMYK 0.000.540.10   0.05
XYZ55.088635.360670.9396
Yxy35.36060.34130.2191
Hunter Lab59.464861.3003-29.1057
CIE-Lab66.028563.3091-31.9545

#f26fdb color RGB value is (242,111,219).

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

The process color (four color CMYK) of #f26fdb color hex is 0.00, 0.54, 0.10, 0.05. Web safe color of #f26fdb is #ff66cc. Color #f26fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101111 11011011
Octal 362 157 333
Decimal 242 111 219
Hex F2 6F DB

RGB Percentages of Color #f26fdb

%42.31
%19.41
%38.29

CMYK Percentages of Color #f26fdb

%0
%54
%10
%5

Triadic Colors of #f26fdb

#f26fdb #dbf26f #6fdbf2

Analogous Colors of #f26fdb

#f26fdb #f26f9a #c86ff2

Monochromatic Colors of #f26fdb

#f26fdb

Complementary Color

#f26fdb #6ff286

#f26fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26fdb Color CSS Codes

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

#f26fdb Text Font Color

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

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


#f26fdb Background Color

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

This div background color is #f26fdb


#f26fdb Border Color

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

This div border color is #f26fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26fdb


Comments

No comments written yet.

Please login to write comment.