Color Hex Logo

#b575bc Color Hex

#B575BC
(181,117,188)
0 Favorites   0 Comments

Color spaces of #b575bc

RGB 181117188
HSL0.820.350.60
HSV294°38°74°
CMYK 0.040.380.00   0.26
XYZ34.494426.177250.8116
Yxy26.17720.30940.2348
Hunter Lab51.163730.8078-23.0675
CIE-Lab58.204936.7997-27.1912

#b575bc color RGB value is (181,117,188).

#b575bc hex color red value is 181, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b575bc hue: 0.82 , saturation: 0.35 and the lightness value of b575bc is 0.60.

The process color (four color CMYK) of #b575bc color hex is 0.04, 0.38, 0.00, 0.26. Web safe color of #b575bc is #cc66cc. Color #b575bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 10111100
Octal 265 165 274
Decimal 181 117 188
Hex B5 75 BC

RGB Percentages of Color #b575bc

%37.24
%24.07
%38.68

CMYK Percentages of Color #b575bc

%4
%38
%0
%26

Triadic Colors of #b575bc

#b575bc #bcb575 #75bcb5

Analogous Colors of #b575bc

#b575bc #bc75a0 #9275bc

Monochromatic Colors of #b575bc

#b575bc

Complementary Color

#b575bc #7cbc75

#b575bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b575bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b575bc Color CSS Codes

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

#b575bc Text Font Color

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

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


#b575bc Background Color

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

This div background color is #b575bc


#b575bc Border Color

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

This div border color is #b575bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,117,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b575bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b575bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b575bc;
  box-shadow:         1px 1px 3px 2px #b575bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,117,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b575bc


Comments

No comments written yet.

Please login to write comment.