Color Hex Logo

#f180cc Color Hex

#F180CC
(241,128,204)
0 Favorites   0 Comments

Color spaces of #f180cc

RGB 241128204
HSL0.890.800.72
HSV320°47°95°
CMYK 0.000.470.15   0.05
XYZ54.893938.498761.6645
Yxy38.49870.35400.2483
Hunter Lab62.047349.3380-15.4911
CIE-Lab68.386652.6531-19.9768

#f180cc color RGB value is (241,128,204).

#f180cc hex color red value is 241, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f180cc hue: 0.89 , saturation: 0.80 and the lightness value of f180cc is 0.72.

The process color (four color CMYK) of #f180cc color hex is 0.00, 0.47, 0.15, 0.05. Web safe color of #f180cc is #ff99cc. Color #f180cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 11001100
Octal 361 200 314
Decimal 241 128 204
Hex F1 80 CC

RGB Percentages of Color #f180cc

%42.06
%22.34
%35.60

CMYK Percentages of Color #f180cc

%0
%47
%15
%5

Triadic Colors of #f180cc

#f180cc #ccf180 #80ccf1

Analogous Colors of #f180cc

#f180cc #f18094 #de80f1

Monochromatic Colors of #f180cc

#f180cc

Complementary Color

#f180cc #80f1a5

#f180cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f180cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f180cc Color CSS Codes

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

#f180cc Text Font Color

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

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


#f180cc Background Color

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

This div background color is #f180cc


#f180cc Border Color

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

This div border color is #f180cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,128,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f180cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f180cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f180cc;
  box-shadow:         1px 1px 3px 2px #f180cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,128,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f180cc


Comments

No comments written yet.

Please login to write comment.