Color Hex Logo

#ff7cbc Color Hex

#FF7CBC
(255,124,188)
0 Favorites   0 Comments

Color spaces of #ff7cbc

RGB 255124188
HSL0.921.000.74
HSV331°51°100°
CMYK 0.000.510.26   0.00
XYZ57.524839.306152.1319
Yxy39.30610.38620.2639
Hunter Lab62.694654.0654-5.4147
CIE-Lab68.972456.6765-9.9587

#ff7cbc color RGB value is (255,124,188).

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

The process color (four color CMYK) of #ff7cbc color hex is 0.00, 0.51, 0.26, 0.00. Web safe color of #ff7cbc is #ff66cc. Color #ff7cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 10111100
Octal 377 174 274
Decimal 255 124 188
Hex FF 7C BC

RGB Percentages of Color #ff7cbc

%44.97
%21.87
%33.16

CMYK Percentages of Color #ff7cbc

%0
%51
%26
%0

Triadic Colors of #ff7cbc

#ff7cbc #bcff7c #7cbcff

Analogous Colors of #ff7cbc

#ff7cbc #ff7e7c #ff7cfe

Monochromatic Colors of #ff7cbc

#ff7cbc

Complementary Color

#ff7cbc #7cffbf

#ff7cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7cbc Color CSS Codes

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

#ff7cbc Text Font Color

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

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


#ff7cbc Background Color

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

This div background color is #ff7cbc


#ff7cbc Border Color

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

This div border color is #ff7cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7cbc


Comments

No comments written yet.

Please login to write comment.