color codes Logo

#b859dd color codes

#B859DD
(184,89,221)
0 Favorites   0 Comments

Color spaces of #b859dd

RGB 18489221
HSL0.790.660.61
HSV283°60°87°
CMYK 0.170.600.00   0.13
XYZ36.390722.555670.8423
Yxy22.55560.28040.1738
Hunter Lab47.492753.6610-55.1947
CIE-Lab54.611658.7071-51.5594

#b859dd color RGB value is (184,89,221).

#b859dd hex color red value is 184, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b859dd hue: 0.79 , saturation: 0.66 and the lightness value of b859dd is 0.61.

The process color (four color CMYK) of #b859dd color code is 0.17, 0.60, 0.00, 0.13. Web safe color of #b859dd is #cc66cc. Color #b859dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011001 11011101
Octal 270 131 335
Decimal 184 89 221
Hex B8 59 DD

RGB Percentages of Color #b859dd

%37.25
%18.02
%44.74

CMYK Percentages of Color #b859dd

%17
%60
%0
%13

Triadic Colors of #b859dd

#b859dd #ddb859 #59ddb8

Analogous Colors of #b859dd

#b859dd #dd59c0 #7659dd

Monochromatic Colors of #b859dd

#b859dd

Complementary Color

#b859dd #7edd59

#b859dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b859dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b859dd Color CSS Codes

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

#b859dd Text Font Color

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

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


#b859dd Background Color

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

This div background color is #b859dd


#b859dd Border Color

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

This div border color is #b859dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b859dd


Comments

No comments written yet.

Please login to write comment.