Color Hex Logo

#ff97cc Color Hex

#FF97CC
(255,151,204)
0 Favorites   0 Comments

Color spaces of #ff97cc

RGB 255151204
HSL0.921.000.80
HSV329°41°100°
CMYK 0.000.410.20   0.00
XYZ63.205747.752963.0127
Yxy47.75290.36330.2745
Hunter Lab69.103542.3345-5.6918
CIE-Lab74.668845.6108-10.3426

#ff97cc color RGB value is (255,151,204).

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

The process color (four color CMYK) of #ff97cc color hex is 0.00, 0.41, 0.20, 0.00. Web safe color of #ff97cc is #ff99cc. Color #ff97cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 11001100
Octal 377 227 314
Decimal 255 151 204
Hex FF 97 CC

RGB Percentages of Color #ff97cc

%41.80
%24.75
%33.44

CMYK Percentages of Color #ff97cc

%0
%41
%20
%0

Triadic Colors of #ff97cc

#ff97cc #ccff97 #97ccff

Analogous Colors of #ff97cc

#ff97cc #ff9798 #fe97ff

Monochromatic Colors of #ff97cc

#ff97cc

Complementary Color

#ff97cc #97ffca

#ff97cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff97cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff97cc Color CSS Codes

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

#ff97cc Text Font Color

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

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


#ff97cc Background Color

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

This div background color is #ff97cc


#ff97cc Border Color

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

This div border color is #ff97cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff97cc


Comments

No comments written yet.

Please login to write comment.