Color Hex Logo

#ff7fcc Color Hex

#FF7FCC
(255,127,204)
0 Favorites   0 Comments

Color spaces of #ff7fcc

RGB 255127204
HSL0.901.000.75
HSV324°50°100°
CMYK 0.000.500.20   0.00
XYZ59.728540.798461.8536
Yxy40.79840.36780.2513
Hunter Lab63.873655.1373-12.7034
CIE-Lab70.034457.4320-17.3046

#ff7fcc color RGB value is (255,127,204).

#ff7fcc hex color red value is 255, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ff7fcc hue: 0.90 , saturation: 1.00 and the lightness value of ff7fcc is 0.75.

The process color (four color CMYK) of #ff7fcc color hex is 0.00, 0.50, 0.20, 0.00. Web safe color of #ff7fcc is #ff66cc. Color #ff7fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111111 11001100
Octal 377 177 314
Decimal 255 127 204
Hex FF 7F CC

RGB Percentages of Color #ff7fcc

%43.52
%21.67
%34.81

CMYK Percentages of Color #ff7fcc

%0
%50
%20
%0

Triadic Colors of #ff7fcc

#ff7fcc #ccff7f #7fccff

Analogous Colors of #ff7fcc

#ff7fcc #ff7f8c #f27fff

Monochromatic Colors of #ff7fcc

#ff7fcc

Complementary Color

#ff7fcc #7fffb2

#ff7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7fcc Color CSS Codes

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

#ff7fcc Text Font Color

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

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


#ff7fcc Background Color

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

This div background color is #ff7fcc


#ff7fcc Border Color

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

This div border color is #ff7fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7fcc

Related Colors


Comments

No comments written yet.

Please login to write comment.