Color Hex Logo

#b574dc Color Hex

#B574DC
(181,116,220)
0 Favorites   0 Comments

Color spaces of #b574dc

RGB 181116220
HSL0.770.600.66
HSV278°47°86°
CMYK 0.180.470.00   0.14
XYZ38.219727.481871.0003
Yxy27.48180.27960.2010
Hunter Lab52.423138.3972-43.6045
CIE-Lab59.417743.9748-43.4019

#b574dc color RGB value is (181,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110100 11011100
Octal 265 164 334
Decimal 181 116 220
Hex B5 74 DC

RGB Percentages of Color #b574dc

%35.01
%22.44
%42.55

CMYK Percentages of Color #b574dc

%18
%47
%0
%14

Triadic Colors of #b574dc

#b574dc #dcb574 #74dcb5

Analogous Colors of #b574dc

#b574dc #dc74cf #8174dc

Monochromatic Colors of #b574dc

#b574dc

Complementary Color

#b574dc #9bdc74

#b574dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b574dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b574dc Color CSS Codes

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

#b574dc Text Font Color

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

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


#b574dc Background Color

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

This div background color is #b574dc


#b574dc Border Color

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

This div border color is #b574dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b574dc


Comments

No comments written yet.

Please login to write comment.