Color Hex Logo

#b472da Color Hex

#B472DA
(180,114,218)
0 Favorites   0 Comments

Color spaces of #b472da

RGB 180114218
HSL0.770.580.65
HSV278°48°85°
CMYK 0.170.480.00   0.15
XYZ37.494626.799969.5264
Yxy26.79990.28020.2003
Hunter Lab51.768638.6876-43.3897
CIE-Lab58.788744.3373-43.2779

#b472da color RGB value is (180,114,218).

#b472da hex color red value is 180, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b472da hue: 0.77 , saturation: 0.58 and the lightness value of b472da is 0.65.

The process color (four color CMYK) of #b472da color hex is 0.17, 0.48, 0.00, 0.15. Web safe color of #b472da is #cc66cc. Color #b472da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 11011010
Octal 264 162 332
Decimal 180 114 218
Hex B4 72 DA

RGB Percentages of Color #b472da

%35.16
%22.27
%42.58

CMYK Percentages of Color #b472da

%17
%48
%0
%15

Triadic Colors of #b472da

#b472da #dab472 #72dab4

Analogous Colors of #b472da

#b472da #da72cc #8072da

Monochromatic Colors of #b472da

#b472da

Complementary Color

#b472da #98da72

#b472da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472da Color CSS Codes

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

#b472da Text Font Color

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

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


#b472da Background Color

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

This div background color is #b472da


#b472da Border Color

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

This div border color is #b472da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,114,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472da


Comments

No comments written yet.

Please login to write comment.