Color Hex Logo

#ff7cbb Color Hex

#FF7CBB
(255,124,187)
0 Favorites   0 Comments

Color spaces of #ff7cbb

RGB 255124187
HSL0.921.000.74
HSV331°51°100°
CMYK 0.000.510.27   0.00
XYZ57.417339.263251.5660
Yxy39.26320.38730.2649
Hunter Lab62.660453.9085-4.9301
CIE-Lab68.941556.5462-9.4438

#ff7cbb color RGB value is (255,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 10111011
Octal 377 174 273
Decimal 255 124 187
Hex FF 7C BB

RGB Percentages of Color #ff7cbb

%45.05
%21.91
%33.04

CMYK Percentages of Color #ff7cbb

%0
%51
%27
%0

Triadic Colors of #ff7cbb

#ff7cbb #bbff7c #7cbbff

Analogous Colors of #ff7cbb

#ff7cbb #ff7f7c #ff7cfd

Monochromatic Colors of #ff7cbb

#ff7cbb

Complementary Color

#ff7cbb #7cffc0

#ff7cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7cbb Color CSS Codes

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

#ff7cbb Text Font Color

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

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


#ff7cbb Background Color

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

This div background color is #ff7cbb


#ff7cbb Border Color

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

This div border color is #ff7cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7cbb

#ff7cbb Color Palettes


Comments

No comments written yet.

Please login to write comment.