Color Hex Logo

#b61caf Color Hex

#B61CAF
(182,28,175)
0 Favorites   0 Comments

Color spaces of #b61caf

RGB 18228175
HSL0.840.730.41
HSV303°85°71°
CMYK 0.000.850.04   0.29
XYZ27.444513.870741.7883
Yxy13.87070.33020.1669
Hunter Lab37.243466.3600-40.4549
CIE-Lab44.046971.6549-41.8141

#b61caf color RGB value is (182,28,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011100 10101111
Octal 266 34 257
Decimal 182 28 175
Hex B6 1C AF

RGB Percentages of Color #b61caf

%47.27
%7.27
%45.45

CMYK Percentages of Color #b61caf

%0
%85
%4
%29

Triadic Colors of #b61caf

#b61caf #afb61c #1cafb6

Analogous Colors of #b61caf

#b61caf #b61c62 #701cb6

Monochromatic Colors of #b61caf

#b61caf

Complementary Color

#b61caf #1cb623

#b61caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61caf Color CSS Codes

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

#b61caf Text Font Color

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

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


#b61caf Background Color

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

This div background color is #b61caf


#b61caf Border Color

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

This div border color is #b61caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61caf


Comments

No comments written yet.

Please login to write comment.