Color Hex Logo

#b585cc Color Hex

#B585CC
(181,133,204)
0 Favorites   0 Comments

Color spaces of #b585cc

RGB 181133204
HSL0.780.410.66
HSV281°35°80°
CMYK 0.110.350.00   0.20
XYZ38.342730.958461.0814
Yxy30.95840.29410.2374
Hunter Lab55.640325.6370-26.1398
CIE-Lab62.472531.2029-29.6503

#b585cc color RGB value is (181,133,204).

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

The process color (four color CMYK) of #b585cc color hex is 0.11, 0.35, 0.00, 0.20. Web safe color of #b585cc is #cc99cc. Color #b585cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 11001100
Octal 265 205 314
Decimal 181 133 204
Hex B5 85 CC

RGB Percentages of Color #b585cc

%34.94
%25.68
%39.38

CMYK Percentages of Color #b585cc

%11
%35
%0
%20

Triadic Colors of #b585cc

#b585cc #ccb585 #85ccb5

Analogous Colors of #b585cc

#b585cc #cc85c0 #9285cc

Monochromatic Colors of #b585cc

#b585cc

Complementary Color

#b585cc #9ccc85

#b585cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b585cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b585cc Color CSS Codes

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

#b585cc Text Font Color

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

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


#b585cc Background Color

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

This div background color is #b585cc


#b585cc Border Color

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

This div border color is #b585cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b585cc


Comments

No comments written yet.

Please login to write comment.