Color Hex Logo

#b583cd Color Hex

#B583CD
(181,131,205)
0 Favorites   0 Comments

Color spaces of #b583cd

RGB 181131205
HSL0.780.430.66
HSV281°36°80°
CMYK 0.120.360.00   0.20
XYZ38.191830.464161.6248
Yxy30.46410.29320.2338
Hunter Lab55.194326.9234-27.5617
CIE-Lab62.052632.5274-30.8619

#b583cd color RGB value is (181,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000011 11001101
Octal 265 203 315
Decimal 181 131 205
Hex B5 83 CD

RGB Percentages of Color #b583cd

%35.01
%25.34
%39.65

CMYK Percentages of Color #b583cd

%12
%36
%0
%20

Triadic Colors of #b583cd

#b583cd #cdb583 #83cdb5

Analogous Colors of #b583cd

#b583cd #cd83c0 #9083cd

Monochromatic Colors of #b583cd

#b583cd

Complementary Color

#b583cd #9bcd83

#b583cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b583cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b583cd Color CSS Codes

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

#b583cd Text Font Color

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

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


#b583cd Background Color

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

This div background color is #b583cd


#b583cd Border Color

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

This div border color is #b583cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b583cd


Comments

No comments written yet.

Please login to write comment.