Color Hex Logo

#ff7c99 Color Hex

#FF7C99
(255,124,153)
0 Favorites   0 Comments

Color spaces of #ff7c99

RGB 255124153
HSL0.961.000.74
HSV347°51°100°
CMYK 0.000.510.40   0.00
XYZ54.197437.975234.6104
Yxy37.97520.42750.2995
Hunter Lab61.624049.14609.8373
CIE-Lab68.002352.54088.3380

#ff7c99 color RGB value is (255,124,153).

#ff7c99 hex color red value is 255, green value is 124 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ff7c99 hue: 0.96 , saturation: 1.00 and the lightness value of ff7c99 is 0.74.

The process color (four color CMYK) of #ff7c99 color hex is 0.00, 0.51, 0.40, 0.00. Web safe color of #ff7c99 is #ff6699. Color #ff7c99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 10011001
Octal 377 174 231
Decimal 255 124 153
Hex FF 7C 99

RGB Percentages of Color #ff7c99

%47.93
%23.31
%28.76

CMYK Percentages of Color #ff7c99

%0
%51
%40
%0

Triadic Colors of #ff7c99

#ff7c99 #99ff7c #7c99ff

Analogous Colors of #ff7c99

#ff7c99 #ffa17c #ff7cdb

Monochromatic Colors of #ff7c99

#ff7c99

Complementary Color

#ff7c99 #7cffe2

#ff7c99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7c99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7c99 Color CSS Codes

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

#ff7c99 Text Font Color

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

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


#ff7c99 Background Color

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

This div background color is #ff7c99


#ff7c99 Border Color

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

This div border color is #ff7c99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,124,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7c99

Related Colors


Comments

No comments written yet.

Please login to write comment.