Color Hex Logo

#f08adb Color Hex

#F08ADB
(240,138,219)
0 Favorites   0 Comments

Color spaces of #f08adb

RGB 240138219
HSL0.870.770.74
HSV312°43°94°
CMYK 0.000.430.09   0.06
XYZ57.809841.816772.0423
Yxy41.81670.33680.2436
Hunter Lab64.665846.4098-20.7872
CIE-Lab70.744449.7361-24.7174

#f08adb color RGB value is (240,138,219).

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

The process color (four color CMYK) of #f08adb color hex is 0.00, 0.43, 0.09, 0.06. Web safe color of #f08adb is #ff99cc. Color #f08adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001010 11011011
Octal 360 212 333
Decimal 240 138 219
Hex F0 8A DB

RGB Percentages of Color #f08adb

%40.20
%23.12
%36.68

CMYK Percentages of Color #f08adb

%0
%43
%9
%6

Triadic Colors of #f08adb

#f08adb #dbf08a #8adbf0

Analogous Colors of #f08adb

#f08adb #f08aa8 #d28af0

Monochromatic Colors of #f08adb

#f08adb

Complementary Color

#f08adb #8af09f

#f08adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08adb Color CSS Codes

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

#f08adb Text Font Color

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

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


#f08adb Background Color

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

This div background color is #f08adb


#f08adb Border Color

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

This div border color is #f08adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08adb


Comments

No comments written yet.

Please login to write comment.