Color Hex Logo

#b52dec Color Hex

#B52DEC
(181,45,236)
0 Favorites   0 Comments

Color spaces of #b52dec

RGB 18145236
HSL0.790.830.55
HSV283°81°93°
CMYK 0.230.810.00   0.07
XYZ35.134817.756780.9325
Yxy17.75670.26250.1327
Hunter Lab42.138775.0887-84.3766
CIE-Lab49.199777.8087-68.7559

#b52dec color RGB value is (181,45,236).

#b52dec hex color red value is 181, green value is 45 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b52dec hue: 0.79 , saturation: 0.83 and the lightness value of b52dec is 0.55.

The process color (four color CMYK) of #b52dec color hex is 0.23, 0.81, 0.00, 0.07. Web safe color of #b52dec is #cc33ff. Color #b52dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101101 11101100
Octal 265 55 354
Decimal 181 45 236
Hex B5 2D EC

RGB Percentages of Color #b52dec

%39.18
%9.74
%51.08

CMYK Percentages of Color #b52dec

%23
%81
%0
%7

Triadic Colors of #b52dec

#b52dec #ecb52d #2decb5

Analogous Colors of #b52dec

#b52dec #ec2dc4 #552dec

Monochromatic Colors of #b52dec

#b52dec

Complementary Color

#b52dec #64ec2d

#b52dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52dec Color CSS Codes

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

#b52dec Text Font Color

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

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


#b52dec Background Color

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

This div background color is #b52dec


#b52dec Border Color

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

This div border color is #b52dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52dec


Comments

No comments written yet.

Please login to write comment.