Color Hex Logo

#f081cd Color Hex

#F081CD
(240,129,205)
0 Favorites   0 Comments

Color spaces of #f081cd

RGB 240129205
HSL0.890.790.72
HSV319°46°94°
CMYK 0.000.460.15   0.06
XYZ54.804938.633662.3261
Yxy38.63360.35180.2480
Hunter Lab62.155948.6164-15.9432
CIE-Lab68.485052.0036-20.3968

#f081cd color RGB value is (240,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 11001101
Octal 360 201 315
Decimal 240 129 205
Hex F0 81 CD

RGB Percentages of Color #f081cd

%41.81
%22.47
%35.71

CMYK Percentages of Color #f081cd

%0
%46
%15
%6

Triadic Colors of #f081cd

#f081cd #cdf081 #81cdf0

Analogous Colors of #f081cd

#f081cd #f08196 #dc81f0

Monochromatic Colors of #f081cd

#f081cd

Complementary Color

#f081cd #81f0a4

#f081cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f081cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f081cd Color CSS Codes

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

#f081cd Text Font Color

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

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


#f081cd Background Color

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

This div background color is #f081cd


#f081cd Border Color

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

This div border color is #f081cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f081cd


Comments

No comments written yet.

Please login to write comment.