Color Hex Logo

#b572dc Color Hex

#B572DC
(181,114,220)
0 Favorites   0 Comments

Color spaces of #b572dc

RGB 181114220
HSL0.770.600.65
HSV278°48°86°
CMYK 0.180.480.00   0.14
XYZ37.991627.025770.9242
Yxy27.02570.27950.1988
Hunter Lab51.986239.4720-44.4982
CIE-Lab58.998145.0476-44.0633

#b572dc color RGB value is (181,114,220).

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

The process color (four color CMYK) of #b572dc color hex is 0.18, 0.48, 0.00, 0.14. Web safe color of #b572dc is #cc66cc. Color #b572dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 11011100
Octal 265 162 334
Decimal 181 114 220
Hex B5 72 DC

RGB Percentages of Color #b572dc

%35.15
%22.14
%42.72

CMYK Percentages of Color #b572dc

%18
%48
%0
%14

Triadic Colors of #b572dc

#b572dc #dcb572 #72dcb5

Analogous Colors of #b572dc

#b572dc #dc72ce #8072dc

Monochromatic Colors of #b572dc

#b572dc

Complementary Color

#b572dc #99dc72

#b572dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b572dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b572dc Color CSS Codes

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

#b572dc Text Font Color

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

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


#b572dc Background Color

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

This div background color is #b572dc


#b572dc Border Color

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

This div border color is #b572dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b572dc


Comments

No comments written yet.

Please login to write comment.