Color Hex Logo

#b858dd Color Hex

#B858DD
(184,88,221)
0 Favorites   0 Comments

Color spaces of #b858dd

RGB 18488221
HSL0.790.660.61
HSV283°60°87°
CMYK 0.170.600.00   0.13
XYZ36.308022.390370.8147
Yxy22.39030.28030.1729
Hunter Lab47.318454.1581-55.6080
CIE-Lab54.438759.1772-51.8350

#b858dd color RGB value is (184,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 11011101
Octal 270 130 335
Decimal 184 88 221
Hex B8 58 DD

RGB Percentages of Color #b858dd

%37.32
%17.85
%44.83

CMYK Percentages of Color #b858dd

%17
%60
%0
%13

Triadic Colors of #b858dd

#b858dd #ddb858 #58ddb8

Analogous Colors of #b858dd

#b858dd #dd58c0 #7658dd

Monochromatic Colors of #b858dd

#b858dd

Complementary Color

#b858dd #7ddd58

#b858dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b858dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b858dd Color CSS Codes

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

#b858dd Text Font Color

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

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


#b858dd Background Color

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

This div background color is #b858dd


#b858dd Border Color

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

This div border color is #b858dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b858dd


Comments

No comments written yet.

Please login to write comment.