Color Hex Logo

#b61faf Color Hex

#B61FAF
(182,31,175)
0 Favorites   0 Comments

Color spaces of #b61faf

RGB 18231175
HSL0.840.710.42
HSV303°83°71°
CMYK 0.000.830.04   0.29
XYZ27.519314.020241.8132
Yxy14.02020.33020.1682
Hunter Lab37.443665.6631-39.9986
CIE-Lab44.261971.0283-41.4723

#b61faf color RGB value is (182,31,175).

#b61faf hex color red value is 182, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b61faf hue: 0.84 , saturation: 0.71 and the lightness value of b61faf is 0.42.

The process color (four color CMYK) of #b61faf color hex is 0.00, 0.83, 0.04, 0.29. Web safe color of #b61faf is #cc3399. Color #b61faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011111 10101111
Octal 266 37 257
Decimal 182 31 175
Hex B6 1F AF

RGB Percentages of Color #b61faf

%46.91
%7.99
%45.10

CMYK Percentages of Color #b61faf

%0
%83
%4
%29

Triadic Colors of #b61faf

#b61faf #afb61f #1fafb6

Analogous Colors of #b61faf

#b61faf #b61f64 #721fb6

Monochromatic Colors of #b61faf

#b61faf

Complementary Color

#b61faf #1fb626

#b61faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61faf Color CSS Codes

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

#b61faf Text Font Color

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

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


#b61faf Background Color

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

This div background color is #b61faf


#b61faf Border Color

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

This div border color is #b61faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61faf


Comments

No comments written yet.

Please login to write comment.