Color Hex Logo

#b153ea Color Hex

#B153EA
(177,83,234)
0 Favorites   0 Comments

Color spaces of #b153ea

RGB 17783234
HSL0.770.780.62
HSV277°65°92°
CMYK 0.240.650.00   0.08
XYZ36.076021.474180.0854
Yxy21.47410.26210.1560
Hunter Lab46.340257.8677-70.0273
CIE-Lab53.464562.6019-60.7685

#b153ea color RGB value is (177,83,234).

#b153ea hex color red value is 177, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b153ea hue: 0.77 , saturation: 0.78 and the lightness value of b153ea is 0.62.

The process color (four color CMYK) of #b153ea color hex is 0.24, 0.65, 0.00, 0.08. Web safe color of #b153ea is #9966ff. Color #b153ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 11101010
Octal 261 123 352
Decimal 177 83 234
Hex B1 53 EA

RGB Percentages of Color #b153ea

%35.83
%16.80
%47.37

CMYK Percentages of Color #b153ea

%24
%65
%0
%8

Triadic Colors of #b153ea

#b153ea #eab153 #53eab1

Analogous Colors of #b153ea

#b153ea #ea53d8 #6653ea

Monochromatic Colors of #b153ea

#b153ea

Complementary Color

#b153ea #8cea53

#b153ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b153ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b153ea Color CSS Codes

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

#b153ea Text Font Color

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

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


#b153ea Background Color

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

This div background color is #b153ea


#b153ea Border Color

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

This div border color is #b153ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b153ea


Comments

No comments written yet.

Please login to write comment.