Color Hex Logo

#b541dc Color Hex

#B541DC
(181,65,220)
0 Favorites   0 Comments

Color spaces of #b541dc

RGB 18165220
HSL0.790.690.56
HSV285°70°86°
CMYK 0.180.700.00   0.14
XYZ33.864618.771769.5486
Yxy18.77170.27720.1536
Hunter Lab43.326363.6976-64.8455
CIE-Lab50.419068.1754-57.7266

#b541dc color RGB value is (181,65,220).

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

The process color (four color CMYK) of #b541dc color hex is 0.18, 0.70, 0.00, 0.14. Web safe color of #b541dc is #cc33cc. Color #b541dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000001 11011100
Octal 265 101 334
Decimal 181 65 220
Hex B5 41 DC

RGB Percentages of Color #b541dc

%38.84
%13.95
%47.21

CMYK Percentages of Color #b541dc

%18
%70
%0
%14

Triadic Colors of #b541dc

#b541dc #dcb541 #41dcb5

Analogous Colors of #b541dc

#b541dc #dc41b6 #6841dc

Monochromatic Colors of #b541dc

#b541dc

Complementary Color

#b541dc #68dc41

#b541dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b541dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b541dc Color CSS Codes

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

#b541dc Text Font Color

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

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


#b541dc Background Color

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

This div background color is #b541dc


#b541dc Border Color

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

This div border color is #b541dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b541dc


Comments

No comments written yet.

Please login to write comment.