Color Hex Logo

#b52fdd Color Hex

#B52FDD
(181,47,221)
0 Favorites   0 Comments

Color spaces of #b52fdd

RGB 18147221
HSL0.800.720.53
HSV286°79°87°
CMYK 0.180.790.00   0.13
XYZ33.123717.077269.9570
Yxy17.07720.27570.1421
Hunter Lab41.324670.7586-71.4429
CIE-Lab48.357274.4586-61.6180

#b52fdd color RGB value is (181,47,221).

#b52fdd hex color red value is 181, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b52fdd hue: 0.80 , saturation: 0.72 and the lightness value of b52fdd is 0.53.

The process color (four color CMYK) of #b52fdd color hex is 0.18, 0.79, 0.00, 0.13. Web safe color of #b52fdd is #cc33cc. Color #b52fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11011101
Octal 265 57 335
Decimal 181 47 221
Hex B5 2F DD

RGB Percentages of Color #b52fdd

%40.31
%10.47
%49.22

CMYK Percentages of Color #b52fdd

%18
%79
%0
%13

Triadic Colors of #b52fdd

#b52fdd #ddb52f #2fddb5

Analogous Colors of #b52fdd

#b52fdd #dd2fae #5e2fdd

Monochromatic Colors of #b52fdd

#b52fdd

Complementary Color

#b52fdd #57dd2f

#b52fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52fdd Color CSS Codes

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

#b52fdd Text Font Color

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

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


#b52fdd Background Color

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

This div background color is #b52fdd


#b52fdd Border Color

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

This div border color is #b52fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52fdd


Comments

No comments written yet.

Please login to write comment.