Color Hex Logo

#b472bc Color Hex

#B472BC
(180,114,188)
0 Favorites   0 Comments

Color spaces of #b472bc

RGB 180114188
HSL0.820.360.59
HSV294°39°74°
CMYK 0.040.390.00   0.26
XYZ33.916825.368850.6860
Yxy25.36880.30840.2307
Hunter Lab50.367432.0566-24.4078
CIE-Lab57.433038.1248-28.3941

#b472bc color RGB value is (180,114,188).

#b472bc hex color red value is 180, green value is 114 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b472bc hue: 0.82 , saturation: 0.36 and the lightness value of b472bc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 10111100
Octal 264 162 274
Decimal 180 114 188
Hex B4 72 BC

RGB Percentages of Color #b472bc

%37.34
%23.65
%39.00

CMYK Percentages of Color #b472bc

%4
%39
%0
%26

Triadic Colors of #b472bc

#b472bc #bcb472 #72bcb4

Analogous Colors of #b472bc

#b472bc #bc729f #8f72bc

Monochromatic Colors of #b472bc

#b472bc

Complementary Color

#b472bc #7abc72

#b472bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472bc Color CSS Codes

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

#b472bc Text Font Color

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

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


#b472bc Background Color

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

This div background color is #b472bc


#b472bc Border Color

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

This div border color is #b472bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472bc


Comments

No comments written yet.

Please login to write comment.