Color Hex Logo

#b955ea Color Hex

#B955EA
(185,85,234)
0 Favorites   0 Comments

Color spaces of #b955ea

RGB 18585234
HSL0.780.780.63
HSV280°64°92°
CMYK 0.210.640.00   0.08
XYZ38.107422.751880.2250
Yxy22.75180.27010.1613
Hunter Lab47.698859.1336-66.3310
CIE-Lab54.815863.4488-58.5436

#b955ea color RGB value is (185,85,234).

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

The process color (four color CMYK) of #b955ea color hex is 0.21, 0.64, 0.00, 0.08. Web safe color of #b955ea is #cc66ff. Color #b955ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010101 11101010
Octal 271 125 352
Decimal 185 85 234
Hex B9 55 EA

RGB Percentages of Color #b955ea

%36.71
%16.87
%46.43

CMYK Percentages of Color #b955ea

%21
%64
%0
%8

Triadic Colors of #b955ea

#b955ea #eab955 #55eab9

Analogous Colors of #b955ea

#b955ea #ea55d1 #6f55ea

Monochromatic Colors of #b955ea

#b955ea

Complementary Color

#b955ea #86ea55

#b955ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b955ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b955ea Color CSS Codes

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

#b955ea Text Font Color

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

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


#b955ea Background Color

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

This div background color is #b955ea


#b955ea Border Color

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

This div border color is #b955ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b955ea


Comments

No comments written yet.

Please login to write comment.