Color Hex Logo

#b45caf Color Hex

#B45CAF
(180,92,175)
0 Favorites   0 Comments

Color spaces of #b45caf

RGB 18092175
HSL0.840.370.53
HSV303°49°71°
CMYK 0.000.490.03   0.29
XYZ30.387420.452742.9036
Yxy20.45270.32420.2182
Hunter Lab45.224740.7947-24.5898
CIE-Lab52.345247.3001-28.7883

#b45caf color RGB value is (180,92,175).

#b45caf hex color red value is 180, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b45caf hue: 0.84 , saturation: 0.37 and the lightness value of b45caf is 0.53.

The process color (four color CMYK) of #b45caf color hex is 0.00, 0.49, 0.03, 0.29. Web safe color of #b45caf is #cc6699. Color #b45caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011100 10101111
Octal 264 134 257
Decimal 180 92 175
Hex B4 5C AF

RGB Percentages of Color #b45caf

%40.27
%20.58
%39.15

CMYK Percentages of Color #b45caf

%0
%49
%3
%29

Triadic Colors of #b45caf

#b45caf #afb45c #5cafb4

Analogous Colors of #b45caf

#b45caf #b45c83 #8d5cb4

Monochromatic Colors of #b45caf

#b45caf

Complementary Color

#b45caf #5cb461

#b45caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45caf Color CSS Codes

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

#b45caf Text Font Color

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

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


#b45caf Background Color

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

This div background color is #b45caf


#b45caf Border Color

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

This div border color is #b45caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45caf


Comments

No comments written yet.

Please login to write comment.