Color Hex Logo

#b80faf Color Hex

#B80FAF
(184,15,175)
0 Favorites   0 Comments

Color spaces of #b80faf

RGB 18415175
HSL0.840.850.39
HSV303°92°72°
CMYK 0.000.920.05   0.28
XYZ27.675913.627141.7291
Yxy13.62710.33330.1641
Hunter Lab36.914969.2242-41.1818
CIE-Lab43.693374.1052-42.3551

#b80faf color RGB value is (184,15,175).

#b80faf hex color red value is 184, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b80faf hue: 0.84 , saturation: 0.85 and the lightness value of b80faf is 0.39.

The process color (four color CMYK) of #b80faf color hex is 0.00, 0.92, 0.05, 0.28. Web safe color of #b80faf is #cc0099. Color #b80faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001111 10101111
Octal 270 17 257
Decimal 184 15 175
Hex B8 F AF

RGB Percentages of Color #b80faf

%49.20
%4.01
%46.79

CMYK Percentages of Color #b80faf

%0
%92
%5
%28

Triadic Colors of #b80faf

#b80faf #afb80f #0fafb8

Analogous Colors of #b80faf

#b80faf #b80f5b #6d0fb8

Monochromatic Colors of #b80faf

#b80faf

Complementary Color

#b80faf #0fb818

#b80faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80faf Color CSS Codes

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

#b80faf Text Font Color

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

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


#b80faf Background Color

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

This div background color is #b80faf


#b80faf Border Color

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

This div border color is #b80faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,15,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b80faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b80faf;
  -webkit-box-shadow: 1px 1px 3px 2px #b80faf;
  box-shadow:         1px 1px 3px 2px #b80faf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,15,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80faf


Comments

No comments written yet.

Please login to write comment.