Color Hex Logo

#b958ea Color Hex

#B958EA
(185,88,234)
0 Favorites   0 Comments

Color spaces of #b958ea

RGB 18588234
HSL0.780.780.63
HSV280°62°92°
CMYK 0.210.620.00   0.08
XYZ38.348623.234280.3054
Yxy23.23420.27030.1638
Hunter Lab48.201957.6583-65.0372
CIE-Lab55.312862.0828-57.7470

#b958ea color RGB value is (185,88,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 11101010
Octal 271 130 352
Decimal 185 88 234
Hex B9 58 EA

RGB Percentages of Color #b958ea

%36.49
%17.36
%46.15

CMYK Percentages of Color #b958ea

%21
%62
%0
%8

Triadic Colors of #b958ea

#b958ea #eab958 #58eab9

Analogous Colors of #b958ea

#b958ea #ea58d2 #7058ea

Monochromatic Colors of #b958ea

#b958ea

Complementary Color

#b958ea #89ea58

#b958ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b958ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b958ea Color CSS Codes

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

#b958ea Text Font Color

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

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


#b958ea Background Color

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

This div background color is #b958ea


#b958ea Border Color

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

This div border color is #b958ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b958ea


Comments

No comments written yet.

Please login to write comment.