Color Hex Logo

#f084cb Color Hex

#F084CB
(240,132,203)
0 Favorites   0 Comments

Color spaces of #f084cb

RGB 240132203
HSL0.890.780.73
HSV321°45°94°
CMYK 0.000.450.15   0.06
XYZ54.965939.339661.1962
Yxy39.33960.35350.2530
Hunter Lab62.721346.6665-13.9434
CIE-Lab68.996650.2059-18.5052

#f084cb color RGB value is (240,132,203).

#f084cb hex color red value is 240, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f084cb hue: 0.89 , saturation: 0.78 and the lightness value of f084cb is 0.73.

The process color (four color CMYK) of #f084cb color hex is 0.00, 0.45, 0.15, 0.06. Web safe color of #f084cb is #ff99cc. Color #f084cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000100 11001011
Octal 360 204 313
Decimal 240 132 203
Hex F0 84 CB

RGB Percentages of Color #f084cb

%41.74
%22.96
%35.30

CMYK Percentages of Color #f084cb

%0
%45
%15
%6

Triadic Colors of #f084cb

#f084cb #cbf084 #84cbf0

Analogous Colors of #f084cb

#f084cb #f08495 #df84f0

Monochromatic Colors of #f084cb

#f084cb

Complementary Color

#f084cb #84f0a9

#f084cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f084cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f084cb Color CSS Codes

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

#f084cb Text Font Color

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

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


#f084cb Background Color

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

This div background color is #f084cb


#f084cb Border Color

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

This div border color is #f084cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,132,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f084cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f084cb


Comments

No comments written yet.

Please login to write comment.