Color Hex Logo

#f08ccc Color Hex

#F08CCC
(240,140,204)
0 Favorites   0 Comments

Color spaces of #f08ccc

RGB 240140204
HSL0.890.770.75
HSV322°42°94°
CMYK 0.000.420.15   0.06
XYZ56.212341.641162.2016
Yxy41.64110.35120.2602
Hunter Lab64.529942.5648-11.9798
CIE-Lab70.622846.3215-16.6004

#f08ccc color RGB value is (240,140,204).

#f08ccc hex color red value is 240, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f08ccc hue: 0.89 , saturation: 0.77 and the lightness value of f08ccc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001100 11001100
Octal 360 214 314
Decimal 240 140 204
Hex F0 8C CC

RGB Percentages of Color #f08ccc

%41.10
%23.97
%34.93

CMYK Percentages of Color #f08ccc

%0
%42
%15
%6

Triadic Colors of #f08ccc

#f08ccc #ccf08c #8cccf0

Analogous Colors of #f08ccc

#f08ccc #f08c9a #e28cf0

Monochromatic Colors of #f08ccc

#f08ccc

Complementary Color

#f08ccc #8cf0b0

#f08ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08ccc Color CSS Codes

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

#f08ccc Text Font Color

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

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


#f08ccc Background Color

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

This div background color is #f08ccc


#f08ccc Border Color

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

This div border color is #f08ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08ccc

#f08ccc Color Palettes


Comments

No comments written yet.

Please login to write comment.