Color Hex Logo

#b285cc Color Hex

#B285CC
(178,133,204)
0 Favorites   0 Comments

Color spaces of #b285cc

RGB 178133204
HSL0.770.410.66
HSV278°35°80°
CMYK 0.130.350.00   0.20
XYZ37.646730.599761.0489
Yxy30.59970.29120.2367
Hunter Lab55.317024.6758-26.7117
CIE-Lab62.168230.2652-30.1456

#b285cc color RGB value is (178,133,204).

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

The process color (four color CMYK) of #b285cc color hex is 0.13, 0.35, 0.00, 0.20. Web safe color of #b285cc is #9999cc. Color #b285cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 11001100
Octal 262 205 314
Decimal 178 133 204
Hex B2 85 CC

RGB Percentages of Color #b285cc

%34.56
%25.83
%39.61

CMYK Percentages of Color #b285cc

%13
%35
%0
%20

Triadic Colors of #b285cc

#b285cc #ccb285 #85ccb2

Analogous Colors of #b285cc

#b285cc #cc85c3 #8f85cc

Monochromatic Colors of #b285cc

#b285cc

Complementary Color

#b285cc #9fcc85

#b285cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b285cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b285cc Color CSS Codes

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

#b285cc Text Font Color

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

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


#b285cc Background Color

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

This div background color is #b285cc


#b285cc Border Color

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

This div border color is #b285cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b285cc


Comments

No comments written yet.

Please login to write comment.