Color Hex Logo

#b542cd Color Hex

#B542CD
(181,66,205)
0 Favorites   0 Comments

Color spaces of #b542cd

RGB 18166205
HSL0.800.580.53
HSV290°68°80°
CMYK 0.120.680.00   0.20
XYZ32.023718.128059.5688
Yxy18.12800.29190.1652
Hunter Lab42.577059.7466-53.1478
CIE-Lab49.651064.9429-50.3834

#b542cd color RGB value is (181,66,205).

#b542cd hex color red value is 181, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b542cd hue: 0.80 , saturation: 0.58 and the lightness value of b542cd is 0.53.

The process color (four color CMYK) of #b542cd color hex is 0.12, 0.68, 0.00, 0.20. Web safe color of #b542cd is #cc33cc. Color #b542cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000010 11001101
Octal 265 102 315
Decimal 181 66 205
Hex B5 42 CD

RGB Percentages of Color #b542cd

%40.04
%14.60
%45.35

CMYK Percentages of Color #b542cd

%12
%68
%0
%20

Triadic Colors of #b542cd

#b542cd #cdb542 #42cdb5

Analogous Colors of #b542cd

#b542cd #cd42a0 #7042cd

Monochromatic Colors of #b542cd

#b542cd

Complementary Color

#b542cd #5acd42

#b542cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b542cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b542cd Color CSS Codes

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

#b542cd Text Font Color

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

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


#b542cd Background Color

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

This div background color is #b542cd


#b542cd Border Color

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

This div border color is #b542cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b542cd


Comments

No comments written yet.

Please login to write comment.