Color Hex Logo

#f08ccd Color Hex

#F08CCD
(240,140,205)
0 Favorites   0 Comments

Color spaces of #f08ccd

RGB 240140205
HSL0.890.770.75
HSV321°42°94°
CMYK 0.000.420.15   0.06
XYZ56.332741.689262.8354
Yxy41.68920.35020.2592
Hunter Lab64.567242.7427-12.5027
CIE-Lab70.656146.4772-17.1046

#f08ccd color RGB value is (240,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001100 11001101
Octal 360 214 315
Decimal 240 140 205
Hex F0 8C CD

RGB Percentages of Color #f08ccd

%41.03
%23.93
%35.04

CMYK Percentages of Color #f08ccd

%0
%42
%15
%6

Triadic Colors of #f08ccd

#f08ccd #cdf08c #8ccdf0

Analogous Colors of #f08ccd

#f08ccd #f08c9b #e18cf0

Monochromatic Colors of #f08ccd

#f08ccd

Complementary Color

#f08ccd #8cf0af

#f08ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08ccd Color CSS Codes

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

#f08ccd Text Font Color

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

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


#f08ccd Background Color

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

This div background color is #f08ccd


#f08ccd Border Color

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

This div border color is #f08ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08ccd


Comments

No comments written yet.

Please login to write comment.