Color Hex Logo

#b583dc Color Hex

#B583DC
(181,131,220)
0 Favorites   0 Comments

Color spaces of #b583dc

RGB 181131220
HSL0.760.560.69
HSV274°40°86°
CMYK 0.180.400.00   0.14
XYZ40.090631.223771.6239
Yxy31.22370.28050.2184
Hunter Lab55.878230.2806-36.8824
CIE-Lab62.696035.7701-38.2558

#b583dc color RGB value is (181,131,220).

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

The process color (four color CMYK) of #b583dc color hex is 0.18, 0.40, 0.00, 0.14. Web safe color of #b583dc is #cc99cc. Color #b583dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000011 11011100
Octal 265 203 334
Decimal 181 131 220
Hex B5 83 DC

RGB Percentages of Color #b583dc

%34.02
%24.62
%41.35

CMYK Percentages of Color #b583dc

%18
%40
%0
%14

Triadic Colors of #b583dc

#b583dc #dcb583 #83dcb5

Analogous Colors of #b583dc

#b583dc #dc83d7 #8983dc

Monochromatic Colors of #b583dc

#b583dc

Complementary Color

#b583dc #aadc83

#b583dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b583dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b583dc Color CSS Codes

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

#b583dc Text Font Color

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

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


#b583dc Background Color

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

This div background color is #b583dc


#b583dc Border Color

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

This div border color is #b583dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b583dc


Comments

No comments written yet.

Please login to write comment.