Color Hex Logo

#b285cd Color Hex

#B285CD
(178,133,205)
0 Favorites   0 Comments

Color spaces of #b285cd

RGB 178133205
HSL0.770.420.66
HSV278°35°80°
CMYK 0.130.350.00   0.20
XYZ37.767130.647861.6827
Yxy30.64780.29030.2356
Hunter Lab55.360524.8925-27.3087
CIE-Lab62.209230.4798-30.6438

#b285cd color RGB value is (178,133,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 11001101
Octal 262 205 315
Decimal 178 133 205
Hex B2 85 CD

RGB Percentages of Color #b285cd

%34.50
%25.78
%39.73

CMYK Percentages of Color #b285cd

%13
%35
%0
%20

Triadic Colors of #b285cd

#b285cd #cdb285 #85cdb2

Analogous Colors of #b285cd

#b285cd #cd85c4 #8e85cd

Monochromatic Colors of #b285cd

#b285cd

Complementary Color

#b285cd #a0cd85

#b285cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b285cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b285cd Color CSS Codes

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

#b285cd Text Font Color

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

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


#b285cd Background Color

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

This div background color is #b285cd


#b285cd Border Color

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

This div border color is #b285cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b285cd


Comments

No comments written yet.

Please login to write comment.