Color Hex Logo

#b547dd Color Hex

#B547DD
(181,71,221)
0 Favorites   0 Comments

Color spaces of #b547dd

RGB 18171221
HSL0.790.690.57
HSV284°68°87°
CMYK 0.180.680.00   0.13
XYZ34.360419.550770.3693
Yxy19.55070.27650.1573
Hunter Lab44.216261.3341-63.4077
CIE-Lab51.325465.9902-56.8388

#b547dd color RGB value is (181,71,221).

#b547dd hex color red value is 181, green value is 71 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b547dd hue: 0.79 , saturation: 0.69 and the lightness value of b547dd is 0.57.

The process color (four color CMYK) of #b547dd color hex is 0.18, 0.68, 0.00, 0.13. Web safe color of #b547dd is #cc33cc. Color #b547dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000111 11011101
Octal 265 107 335
Decimal 181 71 221
Hex B5 47 DD

RGB Percentages of Color #b547dd

%38.27
%15.01
%46.72

CMYK Percentages of Color #b547dd

%18
%68
%0
%13

Triadic Colors of #b547dd

#b547dd #ddb547 #47ddb5

Analogous Colors of #b547dd

#b547dd #dd47ba #6a47dd

Monochromatic Colors of #b547dd

#b547dd

Complementary Color

#b547dd #6fdd47

#b547dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b547dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b547dd Color CSS Codes

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

#b547dd Text Font Color

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

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


#b547dd Background Color

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

This div background color is #b547dd


#b547dd Border Color

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

This div border color is #b547dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b547dd


Comments

No comments written yet.

Please login to write comment.