Color Hex Logo

#ff77bc Color Hex

#FF77BC
(255,119,188)
4 Favorites   0 Comments

Color spaces of #ff77bc

RGB 255119188
HSL0.921.000.73
HSV330°53°100°
CMYK 0.000.530.26   0.00
XYZ56.913938.084551.9283
Yxy38.08450.38740.2592
Hunter Lab61.712656.6228-6.6909
CIE-Lab68.082859.0083-11.2884

#ff77bc color RGB value is (255,119,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110111 10111100
Octal 377 167 274
Decimal 255 119 188
Hex FF 77 BC

RGB Percentages of Color #ff77bc

%45.37
%21.17
%33.45

CMYK Percentages of Color #ff77bc

%0
%53
%26
%0

Triadic Colors of #ff77bc

#ff77bc #bcff77 #77bcff

Analogous Colors of #ff77bc

#ff77bc #ff7778 #fe77ff

Monochromatic Colors of #ff77bc

#ff77bc

Complementary Color

#ff77bc #77ffba

#ff77bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff77bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff77bc Color CSS Codes

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

#ff77bc Text Font Color

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

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


#ff77bc Background Color

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

This div background color is #ff77bc


#ff77bc Border Color

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

This div border color is #ff77bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff77bc

Related Colors


Comments

No comments written yet.

Please login to write comment.