Color Hex Logo

#f08fca Color Hex

#F08FCA
(240,143,202)
0 Favorites   0 Comments

Color spaces of #f08fca

RGB 240143202
HSL0.900.760.75
HSV324°40°94°
CMYK 0.000.400.16   0.06
XYZ56.418342.434561.0942
Yxy42.43450.35270.2653
Hunter Lab65.141840.5981-10.0068
CIE-Lab71.169544.4771-14.6671

#f08fca color RGB value is (240,143,202).

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

The process color (four color CMYK) of #f08fca color hex is 0.00, 0.40, 0.16, 0.06. Web safe color of #f08fca is #ff99cc. Color #f08fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001111 11001010
Octal 360 217 312
Decimal 240 143 202
Hex F0 8F CA

RGB Percentages of Color #f08fca

%41.03
%24.44
%34.53

CMYK Percentages of Color #f08fca

%0
%40
%16
%6

Triadic Colors of #f08fca

#f08fca #caf08f #8fcaf0

Analogous Colors of #f08fca

#f08fca #f08f9a #e68ff0

Monochromatic Colors of #f08fca

#f08fca

Complementary Color

#f08fca #8ff0b5

#f08fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08fca Color CSS Codes

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

#f08fca Text Font Color

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

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


#f08fca Background Color

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

This div background color is #f08fca


#f08fca Border Color

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

This div border color is #f08fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08fca


Comments

No comments written yet.

Please login to write comment.