Color Hex Logo

#f88ccd Color Hex

#F88CCD
(248,140,205)
0 Favorites   0 Comments

Color spaces of #f88ccd

RGB 248140205
HSL0.900.890.76
HSV324°44°97°
CMYK 0.000.440.17   0.03
XYZ59.108943.120462.9653
Yxy43.12040.35780.2610
Hunter Lab65.666145.7598-10.8851
CIE-Lab71.636649.0400-15.5288

#f88ccd color RGB value is (248,140,205).

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

The process color (four color CMYK) of #f88ccd color hex is 0.00, 0.44, 0.17, 0.03. Web safe color of #f88ccd is #ff99cc. Color #f88ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001100 11001101
Octal 370 214 315
Decimal 248 140 205
Hex F8 8C CD

RGB Percentages of Color #f88ccd

%41.82
%23.61
%34.57

CMYK Percentages of Color #f88ccd

%0
%44
%17
%3

Triadic Colors of #f88ccd

#f88ccd #cdf88c #8ccdf8

Analogous Colors of #f88ccd

#f88ccd #f88c97 #ed8cf8

Monochromatic Colors of #f88ccd

#f88ccd

Complementary Color

#f88ccd #8cf8b7

#f88ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ccd Color CSS Codes

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

#f88ccd Text Font Color

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

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


#f88ccd Background Color

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

This div background color is #f88ccd


#f88ccd Border Color

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

This div border color is #f88ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ccd

Related Colors


Comments

No comments written yet.

Please login to write comment.