Color Hex Logo

#b574bc Color Hex

#B574BC
(181,116,188)
0 Favorites   0 Comments

Color spaces of #b574bc

RGB 181116188
HSL0.820.350.60
HSV294°38°74°
CMYK 0.040.380.00   0.26
XYZ34.378525.945450.7730
Yxy25.94540.30940.2335
Hunter Lab50.936631.3354-23.4439
CIE-Lab57.985237.3467-27.5307

#b574bc color RGB value is (181,116,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110100 10111100
Octal 265 164 274
Decimal 181 116 188
Hex B5 74 BC

RGB Percentages of Color #b574bc

%37.32
%23.92
%38.76

CMYK Percentages of Color #b574bc

%4
%38
%0
%26

Triadic Colors of #b574bc

#b574bc #bcb574 #74bcb5

Analogous Colors of #b574bc

#b574bc #bc749f #9174bc

Monochromatic Colors of #b574bc

#b574bc

Complementary Color

#b574bc #7bbc74

#b574bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b574bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b574bc Color CSS Codes

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

#b574bc Text Font Color

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

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


#b574bc Background Color

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

This div background color is #b574bc


#b574bc Border Color

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

This div border color is #b574bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b574bc


Comments

No comments written yet.

Please login to write comment.