color codes Logo

#f077cc color codes

#F077CC
(240,119,204)
0 Favorites   0 Comments

Color spaces of #f077cc

RGB 240119204
HSL0.880.800.70
HSV318°50°94°
CMYK 0.000.500.15   0.06
XYZ53.431136.078561.2745
Yxy36.07850.35440.2393
Hunter Lab60.065453.6701-18.4377
CIE-Lab66.579956.7087-22.7423

#f077cc color RGB value is (240,119,204).

#f077cc hex color red value is 240, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f077cc hue: 0.88 , saturation: 0.80 and the lightness value of f077cc is 0.70.

The process color (four color CMYK) of #f077cc color code is 0.00, 0.50, 0.15, 0.06. Web safe color of #f077cc is #ff66cc. Color #f077cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 11001100
Octal 360 167 314
Decimal 240 119 204
Hex F0 77 CC

RGB Percentages of Color #f077cc

%42.63
%21.14
%36.23

CMYK Percentages of Color #f077cc

%0
%50
%15
%6

Triadic Colors of #f077cc

#f077cc #ccf077 #77ccf0

Analogous Colors of #f077cc

#f077cc #f07790 #d877f0

Monochromatic Colors of #f077cc

#f077cc

Complementary Color

#f077cc #77f09b

#f077cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f077cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f077cc Color CSS Codes

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

#f077cc Text Font Color

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

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


#f077cc Background Color

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

This div background color is #f077cc


#f077cc Border Color

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

This div border color is #f077cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f077cc

#f077cc Color Palettes


Comments

No comments written yet.

Please login to write comment.