Color Hex Logo

#f090cd Color Hex

#F090CD
(240,144,205)
0 Favorites   0 Comments

Color spaces of #f090cd

RGB 240144205
HSL0.890.760.75
HSV322°40°94°
CMYK 0.000.400.15   0.06
XYZ56.927942.879663.0338
Yxy42.87960.34960.2633
Hunter Lab65.482540.5864-11.2351
CIE-Lab71.473244.4294-15.8709

#f090cd color RGB value is (240,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 11001101
Octal 360 220 315
Decimal 240 144 205
Hex F0 90 CD

RGB Percentages of Color #f090cd

%40.75
%24.45
%34.80

CMYK Percentages of Color #f090cd

%0
%40
%15
%6

Triadic Colors of #f090cd

#f090cd #cdf090 #90cdf0

Analogous Colors of #f090cd

#f090cd #f0909d #e390f0

Monochromatic Colors of #f090cd

#f090cd

Complementary Color

#f090cd #90f0b3

#f090cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f090cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f090cd Color CSS Codes

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

#f090cd Text Font Color

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

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


#f090cd Background Color

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

This div background color is #f090cd


#f090cd Border Color

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

This div border color is #f090cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f090cd


Comments

No comments written yet.

Please login to write comment.