Color Hex Logo

#b582cd Color Hex

#B582CD
(181,130,205)
0 Favorites   0 Comments

Color spaces of #b582cd

RGB 181130205
HSL0.780.430.66
HSV281°37°80°
CMYK 0.120.370.00   0.20
XYZ38.058130.196861.5803
Yxy30.19680.29310.2326
Hunter Lab54.951627.4593-27.9759
CIE-Lab61.823733.0833-31.2169

#b582cd color RGB value is (181,130,205).

#b582cd hex color red value is 181, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b582cd hue: 0.78 , saturation: 0.43 and the lightness value of b582cd is 0.66.

The process color (four color CMYK) of #b582cd color hex is 0.12, 0.37, 0.00, 0.20. Web safe color of #b582cd is #cc99cc. Color #b582cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 11001101
Octal 265 202 315
Decimal 181 130 205
Hex B5 82 CD

RGB Percentages of Color #b582cd

%35.08
%25.19
%39.73

CMYK Percentages of Color #b582cd

%12
%37
%0
%20

Triadic Colors of #b582cd

#b582cd #cdb582 #82cdb5

Analogous Colors of #b582cd

#b582cd #cd82c0 #9082cd

Monochromatic Colors of #b582cd

#b582cd

Complementary Color

#b582cd #9acd82

#b582cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582cd Color CSS Codes

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

#b582cd Text Font Color

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

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


#b582cd Background Color

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

This div background color is #b582cd


#b582cd Border Color

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

This div border color is #b582cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582cd


Comments

No comments written yet.

Please login to write comment.