Color Hex Logo

#b75cac Color Hex

#B75CAC
(183,92,172)
0 Favorites   0 Comments

Color spaces of #b75cac

RGB 18392172
HSL0.850.390.54
HSV307°50°72°
CMYK 0.000.500.06   0.28
XYZ30.802020.700141.4018
Yxy20.70010.33150.2228
Hunter Lab45.497441.2252-22.1047
CIE-Lab52.619747.6649-26.5839

#b75cac color RGB value is (183,92,172).

#b75cac hex color red value is 183, green value is 92 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b75cac hue: 0.85 , saturation: 0.39 and the lightness value of b75cac is 0.54.

The process color (four color CMYK) of #b75cac color hex is 0.00, 0.50, 0.06, 0.28. Web safe color of #b75cac is #cc6699. Color #b75cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011100 10101100
Octal 267 134 254
Decimal 183 92 172
Hex B7 5C AC

RGB Percentages of Color #b75cac

%40.94
%20.58
%38.48

CMYK Percentages of Color #b75cac

%0
%50
%6
%28

Triadic Colors of #b75cac

#b75cac #acb75c #5cacb7

Analogous Colors of #b75cac

#b75cac #b75c7f #955cb7

Monochromatic Colors of #b75cac

#b75cac

Complementary Color

#b75cac #5cb767

#b75cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75cac Color CSS Codes

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

#b75cac Text Font Color

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

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


#b75cac Background Color

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

This div background color is #b75cac


#b75cac Border Color

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

This div border color is #b75cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,92,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75cac


Comments

No comments written yet.

Please login to write comment.