Color Hex Logo

#b61cad Color Hex

#B61CAD
(182,28,173)
0 Favorites   0 Comments

Color spaces of #b61cad

RGB 18228173
HSL0.840.730.41
HSV304°85°71°
CMYK 0.000.850.05   0.29
XYZ27.249513.792740.7612
Yxy13.79270.33310.1686
Hunter Lab37.138565.9777-39.0765
CIE-Lab43.934271.3563-40.8078

#b61cad color RGB value is (182,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011100 10101101
Octal 266 34 255
Decimal 182 28 173
Hex B6 1C AD

RGB Percentages of Color #b61cad

%47.52
%7.31
%45.17

CMYK Percentages of Color #b61cad

%0
%85
%5
%29

Triadic Colors of #b61cad

#b61cad #adb61c #1cadb6

Analogous Colors of #b61cad

#b61cad #b61c60 #721cb6

Monochromatic Colors of #b61cad

#b61cad

Complementary Color

#b61cad #1cb625

#b61cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61cad Color CSS Codes

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

#b61cad Text Font Color

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

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


#b61cad Background Color

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

This div background color is #b61cad


#b61cad Border Color

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

This div border color is #b61cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,28,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61cad


Comments

No comments written yet.

Please login to write comment.