Color Hex Logo

#f26adb Color Hex

#F26ADB
(242,106,219)
0 Favorites   0 Comments

Color spaces of #f26adb

RGB 242106219
HSL0.860.840.68
HSV310°56°95°
CMYK 0.000.560.10   0.05
XYZ54.558234.299870.7628
Yxy34.29980.34180.2149
Hunter Lab58.566063.7942-30.6413
CIE-Lab65.199865.5385-33.2390

#f26adb color RGB value is (242,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101010 11011011
Octal 362 152 333
Decimal 242 106 219
Hex F2 6A DB

RGB Percentages of Color #f26adb

%42.68
%18.69
%38.62

CMYK Percentages of Color #f26adb

%0
%56
%10
%5

Triadic Colors of #f26adb

#f26adb #dbf26a #6adbf2

Analogous Colors of #f26adb

#f26adb #f26a97 #c56af2

Monochromatic Colors of #f26adb

#f26adb

Complementary Color

#f26adb #6af281

#f26adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26adb Color CSS Codes

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

#f26adb Text Font Color

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

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


#f26adb Background Color

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

This div background color is #f26adb


#f26adb Border Color

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

This div border color is #f26adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26adb


Comments

No comments written yet.

Please login to write comment.