Color Hex Logo

#b285dd Color Hex

#B285DD
(178,133,221)
0 Favorites   0 Comments

Color spaces of #b285dd

RGB 178133221
HSL0.750.560.69
HSV271°40°87°
CMYK 0.190.400.00   0.13
XYZ39.798831.460572.3815
Yxy31.46050.27710.2190
Hunter Lab56.089728.4990-37.2487
CIE-Lab62.894534.0028-38.5248

#b285dd color RGB value is (178,133,221).

#b285dd hex color red value is 178, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b285dd hue: 0.75 , saturation: 0.56 and the lightness value of b285dd is 0.69.

The process color (four color CMYK) of #b285dd color hex is 0.19, 0.40, 0.00, 0.13. Web safe color of #b285dd is #9999cc. Color #b285dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 11011101
Octal 262 205 335
Decimal 178 133 221
Hex B2 85 DD

RGB Percentages of Color #b285dd

%33.46
%25.00
%41.54

CMYK Percentages of Color #b285dd

%19
%40
%0
%13

Triadic Colors of #b285dd

#b285dd #ddb285 #85ddb2

Analogous Colors of #b285dd

#b285dd #dd85dc #8685dd

Monochromatic Colors of #b285dd

#b285dd

Complementary Color

#b285dd #b0dd85

#b285dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b285dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b285dd Color CSS Codes

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

#b285dd Text Font Color

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

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


#b285dd Background Color

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

This div background color is #b285dd


#b285dd Border Color

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

This div border color is #b285dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b285dd

#b285dd Color Palettes


Comments

No comments written yet.

Please login to write comment.