Color Hex Logo

#b575c5 Color Hex

#B575C5
(181,117,197)
0 Favorites   0 Comments

Color spaces of #b575c5

RGB 181117197
HSL0.800.410.62
HSV288°41°77°
CMYK 0.080.410.00   0.23
XYZ35.495426.577656.0825
Yxy26.57760.30040.2249
Hunter Lab51.553532.6816-28.4113
CIE-Lab58.581338.5942-31.7308

#b575c5 color RGB value is (181,117,197).

#b575c5 hex color red value is 181, green value is 117 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b575c5 hue: 0.80 , saturation: 0.41 and the lightness value of b575c5 is 0.62.

The process color (four color CMYK) of #b575c5 color hex is 0.08, 0.41, 0.00, 0.23. Web safe color of #b575c5 is #cc66cc. Color #b575c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 11000101
Octal 265 165 305
Decimal 181 117 197
Hex B5 75 C5

RGB Percentages of Color #b575c5

%36.57
%23.64
%39.80

CMYK Percentages of Color #b575c5

%8
%41
%0
%23

Triadic Colors of #b575c5

#b575c5 #c5b575 #75c5b5

Analogous Colors of #b575c5

#b575c5 #c575ad #8d75c5

Monochromatic Colors of #b575c5

#b575c5

Complementary Color

#b575c5 #85c575

#b575c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b575c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b575c5 Color CSS Codes

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

#b575c5 Text Font Color

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

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


#b575c5 Background Color

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

This div background color is #b575c5


#b575c5 Border Color

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

This div border color is #b575c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b575c5


Comments

No comments written yet.

Please login to write comment.