Color Hex Logo

#ff6fbf Color Hex

#FF6FBF
(255,111,191)
0 Favorites   0 Comments

Color spaces of #ff6fbf

RGB 255111191
HSL0.911.000.72
HSV327°56°100°
CMYK 0.000.560.25   0.00
XYZ56.328436.390553.3454
Yxy36.39050.38560.2491
Hunter Lab60.324561.1075-10.2034
CIE-Lab66.817263.0135-14.8792

#ff6fbf color RGB value is (255,111,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101111 10111111
Octal 377 157 277
Decimal 255 111 191
Hex FF 6F BF

RGB Percentages of Color #ff6fbf

%45.78
%19.93
%34.29

CMYK Percentages of Color #ff6fbf

%0
%56
%25
%0

Triadic Colors of #ff6fbf

#ff6fbf #bfff6f #6fbfff

Analogous Colors of #ff6fbf

#ff6fbf #ff6f77 #f76fff

Monochromatic Colors of #ff6fbf

#ff6fbf

Complementary Color

#ff6fbf #6fffaf

#ff6fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6fbf Color CSS Codes

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

#ff6fbf Text Font Color

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

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


#ff6fbf Background Color

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

This div background color is #ff6fbf


#ff6fbf Border Color

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

This div border color is #ff6fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6fbf

Related Colors


Comments

No comments written yet.

Please login to write comment.