Color Hex Logo

#b572c5 Color Hex

#B572C5
(181,114,197)
0 Favorites   0 Comments

Color spaces of #b572c5

RGB 181114197
HSL0.800.420.61
HSV288°42°77°
CMYK 0.080.420.00   0.23
XYZ35.151425.889655.9678
Yxy25.88960.30040.2213
Hunter Lab50.881834.2725-29.5992
CIE-Lab57.932140.2254-32.7408

#b572c5 color RGB value is (181,114,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 11000101
Octal 265 162 305
Decimal 181 114 197
Hex B5 72 C5

RGB Percentages of Color #b572c5

%36.79
%23.17
%40.04

CMYK Percentages of Color #b572c5

%8
%42
%0
%23

Triadic Colors of #b572c5

#b572c5 #c5b572 #72c5b5

Analogous Colors of #b572c5

#b572c5 #c572ac #8c72c5

Monochromatic Colors of #b572c5

#b572c5

Complementary Color

#b572c5 #82c572

#b572c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b572c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b572c5 Color CSS Codes

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

#b572c5 Text Font Color

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

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


#b572c5 Background Color

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

This div background color is #b572c5


#b572c5 Border Color

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

This div border color is #b572c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b572c5


Comments

No comments written yet.

Please login to write comment.