Color Hex Logo

#f88cca Color Hex

#F88CCA
(248,140,202)
0 Favorites   0 Comments

Color spaces of #f88cca

RGB 248140202
HSL0.900.890.76
HSV326°44°97°
CMYK 0.000.440.19   0.03
XYZ58.750242.976961.0760
Yxy42.97690.36090.2640
Hunter Lab65.556845.2425-9.3478
CIE-Lab71.539348.5944-14.0130

#f88cca color RGB value is (248,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001100 11001010
Octal 370 214 312
Decimal 248 140 202
Hex F8 8C CA

RGB Percentages of Color #f88cca

%42.03
%23.73
%34.24

CMYK Percentages of Color #f88cca

%0
%44
%19
%3

Triadic Colors of #f88cca

#f88cca #caf88c #8ccaf8

Analogous Colors of #f88cca

#f88cca #f88c94 #f08cf8

Monochromatic Colors of #f88cca

#f88cca

Complementary Color

#f88cca #8cf8ba

#f88cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88cca Color CSS Codes

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

#f88cca Text Font Color

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

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


#f88cca Background Color

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

This div background color is #f88cca


#f88cca Border Color

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

This div border color is #f88cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88cca


Comments

No comments written yet.

Please login to write comment.