Color Hex Logo

#ff6fbd Color Hex

#FF6FBD
(255,111,189)
0 Favorites   0 Comments

Color spaces of #ff6fbd

RGB 255111189
HSL0.911.000.72
HSV328°56°100°
CMYK 0.000.560.26   0.00
XYZ56.109736.303052.1940
Yxy36.30300.38800.2510
Hunter Lab60.252060.7873-9.1843
CIE-Lab66.750862.7556-13.8511

#ff6fbd color RGB value is (255,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101111 10111101
Octal 377 157 275
Decimal 255 111 189
Hex FF 6F BD

RGB Percentages of Color #ff6fbd

%45.95
%20.00
%34.05

CMYK Percentages of Color #ff6fbd

%0
%56
%26
%0

Triadic Colors of #ff6fbd

#ff6fbd #bdff6f #6fbdff

Analogous Colors of #ff6fbd

#ff6fbd #ff6f75 #f96fff

Monochromatic Colors of #ff6fbd

#ff6fbd

Complementary Color

#ff6fbd #6fffb1

#ff6fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6fbd Color CSS Codes

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

#ff6fbd Text Font Color

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

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


#ff6fbd Background Color

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

This div background color is #ff6fbd


#ff6fbd Border Color

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

This div border color is #ff6fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6fbd

Related Colors


Comments

No comments written yet.

Please login to write comment.