Color Hex Logo

#b152ea Color Hex

#B152EA
(177,82,234)
0 Favorites   0 Comments

Color spaces of #b152ea

RGB 17782234
HSL0.770.780.62
HSV278°65°92°
CMYK 0.240.650.00   0.08
XYZ36.000021.322280.0601
Yxy21.32220.26200.1552
Hunter Lab46.176058.3554-70.4741
CIE-Lab53.300363.0551-61.0325

#b152ea color RGB value is (177,82,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010010 11101010
Octal 261 122 352
Decimal 177 82 234
Hex B1 52 EA

RGB Percentages of Color #b152ea

%35.90
%16.63
%47.46

CMYK Percentages of Color #b152ea

%24
%65
%0
%8

Triadic Colors of #b152ea

#b152ea #eab152 #52eab1

Analogous Colors of #b152ea

#b152ea #ea52d7 #6552ea

Monochromatic Colors of #b152ea

#b152ea

Complementary Color

#b152ea #8bea52

#b152ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b152ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b152ea Color CSS Codes

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

#b152ea Text Font Color

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

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


#b152ea Background Color

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

This div background color is #b152ea


#b152ea Border Color

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

This div border color is #b152ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b152ea


Comments

No comments written yet.

Please login to write comment.