Color Hex Logo

#b52fbf Color Hex

#B52FBF
(181,47,191)
0 Favorites   0 Comments

Color spaces of #b52fbf

RGB 18147191
HSL0.820.610.47
HSV296°75°75°
CMYK 0.050.750.00   0.25
XYZ29.476515.618450.7513
Yxy15.61840.30750.1630
Hunter Lab39.520163.9759-48.4755
CIE-Lab46.469869.1742-47.3627

#b52fbf color RGB value is (181,47,191).

#b52fbf hex color red value is 181, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b52fbf hue: 0.82 , saturation: 0.61 and the lightness value of b52fbf is 0.47.

The process color (four color CMYK) of #b52fbf color hex is 0.05, 0.75, 0.00, 0.25. Web safe color of #b52fbf is #cc33cc. Color #b52fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 10111111
Octal 265 57 277
Decimal 181 47 191
Hex B5 2F BF

RGB Percentages of Color #b52fbf

%43.20
%11.22
%45.58

CMYK Percentages of Color #b52fbf

%5
%75
%0
%25

Triadic Colors of #b52fbf

#b52fbf #bfb52f #2fbfb5

Analogous Colors of #b52fbf

#b52fbf #bf2f81 #6d2fbf

Monochromatic Colors of #b52fbf

#b52fbf

Complementary Color

#b52fbf #39bf2f

#b52fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52fbf Color CSS Codes

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

#b52fbf Text Font Color

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

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


#b52fbf Background Color

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

This div background color is #b52fbf


#b52fbf Border Color

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

This div border color is #b52fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52fbf


Comments

No comments written yet.

Please login to write comment.