Color Hex Logo

#b855ed Color Hex

#B855ED
(184,85,237)
0 Favorites   0 Comments

Color spaces of #b855ed

RGB 18485237
HSL0.780.810.63
HSV279°64°93°
CMYK 0.220.640.00   0.07
XYZ38.301722.801882.5032
Yxy22.80180.26670.1588
Hunter Lab47.751259.6118-69.0137
CIE-Lab54.867663.8509-60.1482

#b855ed color RGB value is (184,85,237).

#b855ed hex color red value is 184, green value is 85 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b855ed hue: 0.78 , saturation: 0.81 and the lightness value of b855ed is 0.63.

The process color (four color CMYK) of #b855ed color hex is 0.22, 0.64, 0.00, 0.07. Web safe color of #b855ed is #cc66ff. Color #b855ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 11101101
Octal 270 125 355
Decimal 184 85 237
Hex B8 55 ED

RGB Percentages of Color #b855ed

%36.36
%16.80
%46.84

CMYK Percentages of Color #b855ed

%22
%64
%0
%7

Triadic Colors of #b855ed

#b855ed #edb855 #55edb8

Analogous Colors of #b855ed

#b855ed #ed55d6 #6c55ed

Monochromatic Colors of #b855ed

#b855ed

Complementary Color

#b855ed #8aed55

#b855ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b855ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b855ed Color CSS Codes

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

#b855ed Text Font Color

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

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


#b855ed Background Color

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

This div background color is #b855ed


#b855ed Border Color

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

This div border color is #b855ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,85,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b855ed


Comments

No comments written yet.

Please login to write comment.