Color Hex Logo

#f286db Color Hex

#F286DB
(242,134,219)
0 Favorites   0 Comments

Color spaces of #f286db

RGB 242134219
HSL0.870.810.74
HSV313°45°95°
CMYK 0.000.450.10   0.05
XYZ57.929241.041971.8865
Yxy41.04190.33900.2402
Hunter Lab64.064049.2950-21.6849
CIE-Lab70.205352.3512-25.5211

#f286db color RGB value is (242,134,219).

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

The process color (four color CMYK) of #f286db color hex is 0.00, 0.45, 0.10, 0.05. Web safe color of #f286db is #ff99cc. Color #f286db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000110 11011011
Octal 362 206 333
Decimal 242 134 219
Hex F2 86 DB

RGB Percentages of Color #f286db

%40.67
%22.52
%36.81

CMYK Percentages of Color #f286db

%0
%45
%10
%5

Triadic Colors of #f286db

#f286db #dbf286 #86dbf2

Analogous Colors of #f286db

#f286db #f286a5 #d386f2

Monochromatic Colors of #f286db

#f286db

Complementary Color

#f286db #86f29d

#f286db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f286db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f286db Color CSS Codes

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

#f286db Text Font Color

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

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


#f286db Background Color

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

This div background color is #f286db


#f286db Border Color

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

This div border color is #f286db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f286db


Comments

No comments written yet.

Please login to write comment.