Color Hex Logo

#ff7cba Color Hex

#FF7CBA
(255,124,186)
0 Favorites   0 Comments

Color spaces of #ff7cba

RGB 255124186
HSL0.921.000.74
HSV332°51°100°
CMYK 0.000.510.27   0.00
XYZ57.310639.220551.0041
Yxy39.22050.38850.2658
Hunter Lab62.626353.7531-4.4486
CIE-Lab68.910756.4169-8.9286

#ff7cba color RGB value is (255,124,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 10111010
Octal 377 174 272
Decimal 255 124 186
Hex FF 7C BA

RGB Percentages of Color #ff7cba

%45.13
%21.95
%32.92

CMYK Percentages of Color #ff7cba

%0
%51
%27
%0

Triadic Colors of #ff7cba

#ff7cba #baff7c #7cbaff

Analogous Colors of #ff7cba

#ff7cba #ff807c #ff7cfc

Monochromatic Colors of #ff7cba

#ff7cba

Complementary Color

#ff7cba #7cffc1

#ff7cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7cba Color CSS Codes

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

#ff7cba Text Font Color

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

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


#ff7cba Background Color

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

This div background color is #ff7cba


#ff7cba Border Color

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

This div border color is #ff7cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7cba


Comments

No comments written yet.

Please login to write comment.