Color Hex Logo

#b483cd Color Hex

#B483CD
(180,131,205)
0 Favorites   0 Comments

Color spaces of #b483cd

RGB 180131205
HSL0.780.430.66
HSV280°36°80°
CMYK 0.120.360.00   0.20
XYZ37.958130.343761.6139
Yxy30.34370.29220.2336
Hunter Lab55.085126.6020-27.7576
CIE-Lab61.949632.2171-31.0297

#b483cd color RGB value is (180,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000011 11001101
Octal 264 203 315
Decimal 180 131 205
Hex B4 83 CD

RGB Percentages of Color #b483cd

%34.88
%25.39
%39.73

CMYK Percentages of Color #b483cd

%12
%36
%0
%20

Triadic Colors of #b483cd

#b483cd #cdb483 #83cdb4

Analogous Colors of #b483cd

#b483cd #cd83c1 #8f83cd

Monochromatic Colors of #b483cd

#b483cd

Complementary Color

#b483cd #9ccd83

#b483cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b483cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b483cd Color CSS Codes

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

#b483cd Text Font Color

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

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


#b483cd Background Color

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

This div background color is #b483cd


#b483cd Border Color

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

This div border color is #b483cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b483cd


Comments

No comments written yet.

Please login to write comment.