Color Hex Logo

#b52ebc Color Hex

#B52EBC
(181,46,188)
0 Favorites   0 Comments

Color spaces of #b52ebc

RGB 18146188
HSL0.830.610.46
HSV297°76°74°
CMYK 0.040.760.00   0.26
XYZ29.110215.408649.0168
Yxy15.40860.31120.1647
Hunter Lab39.253863.6796-46.5587
CIE-Lab46.188868.9776-46.0600

#b52ebc color RGB value is (181,46,188).

#b52ebc hex color red value is 181, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b52ebc hue: 0.83 , saturation: 0.61 and the lightness value of b52ebc is 0.46.

The process color (four color CMYK) of #b52ebc color hex is 0.04, 0.76, 0.00, 0.26. Web safe color of #b52ebc is #cc33cc. Color #b52ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101110 10111100
Octal 265 56 274
Decimal 181 46 188
Hex B5 2E BC

RGB Percentages of Color #b52ebc

%43.61
%11.08
%45.30

CMYK Percentages of Color #b52ebc

%4
%76
%0
%26

Triadic Colors of #b52ebc

#b52ebc #bcb52e #2ebcb5

Analogous Colors of #b52ebc

#b52ebc #bc2e7c #6e2ebc

Monochromatic Colors of #b52ebc

#b52ebc

Complementary Color

#b52ebc #35bc2e

#b52ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ebc Color CSS Codes

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

#b52ebc Text Font Color

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

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


#b52ebc Background Color

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

This div background color is #b52ebc


#b52ebc Border Color

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

This div border color is #b52ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,46,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #b52ebc;
  box-shadow:         1px 1px 3px 2px #b52ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,46,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ebc


Comments

No comments written yet.

Please login to write comment.