Color Hex Logo

#b472df Color Hex

#B472DF
(180,114,223)
0 Favorites   0 Comments

Color spaces of #b472df

RGB 180114223
HSL0.770.630.66
HSV276°49°87°
CMYK 0.190.490.00   0.13
XYZ38.159027.065673.0250
Yxy27.06560.27600.1958
Hunter Lab52.024639.8831-46.8059
CIE-Lab59.035045.4287-45.6948

#b472df color RGB value is (180,114,223).

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

The process color (four color CMYK) of #b472df color hex is 0.19, 0.49, 0.00, 0.13. Web safe color of #b472df is #cc66cc. Color #b472df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 11011111
Octal 264 162 337
Decimal 180 114 223
Hex B4 72 DF

RGB Percentages of Color #b472df

%34.82
%22.05
%43.13

CMYK Percentages of Color #b472df

%19
%49
%0
%13

Triadic Colors of #b472df

#b472df #dfb472 #72dfb4

Analogous Colors of #b472df

#b472df #df72d4 #7e72df

Monochromatic Colors of #b472df

#b472df

Complementary Color

#b472df #9ddf72

#b472df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472df Color CSS Codes

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

#b472df Text Font Color

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

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


#b472df Background Color

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

This div background color is #b472df


#b472df Border Color

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

This div border color is #b472df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472df


Comments

No comments written yet.

Please login to write comment.