Color Hex Logo

#ff6fbc Color Hex

#FF6FBC
(255,111,188)
0 Favorites   0 Comments

Color spaces of #ff6fbc

RGB 255111188
HSL0.911.000.72
HSV328°56°100°
CMYK 0.000.560.26   0.00
XYZ56.001536.259751.6242
Yxy36.25970.38920.2520
Hunter Lab60.216060.6287-8.6791
CIE-Lab66.717962.6276-13.3362

#ff6fbc color RGB value is (255,111,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101111 10111100
Octal 377 157 274
Decimal 255 111 188
Hex FF 6F BC

RGB Percentages of Color #ff6fbc

%46.03
%20.04
%33.94

CMYK Percentages of Color #ff6fbc

%0
%56
%26
%0

Triadic Colors of #ff6fbc

#ff6fbc #bcff6f #6fbcff

Analogous Colors of #ff6fbc

#ff6fbc #ff6f74 #fa6fff

Monochromatic Colors of #ff6fbc

#ff6fbc

Complementary Color

#ff6fbc #6fffb2

#ff6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6fbc Color CSS Codes

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

#ff6fbc Text Font Color

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

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


#ff6fbc Background Color

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

This div background color is #ff6fbc


#ff6fbc Border Color

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

This div border color is #ff6fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6fbc


Comments

No comments written yet.

Please login to write comment.