Color Hex Logo

#b52ff7 Color Hex

#B52FF7
(181,47,247)
0 Favorites   0 Comments

Color spaces of #b52ff7

RGB 18147247
HSL0.780.930.58
HSV280°81°97°
CMYK 0.270.810.00   0.03
XYZ36.861118.572289.6377
Yxy18.57220.25410.1280
Hunter Lab43.095577.2603-93.1551
CIE-Lab50.182979.3541-73.3364

#b52ff7 color RGB value is (181,47,247).

#b52ff7 hex color red value is 181, green value is 47 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #b52ff7 hue: 0.78 , saturation: 0.93 and the lightness value of b52ff7 is 0.58.

The process color (four color CMYK) of #b52ff7 color hex is 0.27, 0.81, 0.00, 0.03. Web safe color of #b52ff7 is #cc33ff. Color #b52ff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11110111
Octal 265 57 367
Decimal 181 47 247
Hex B5 2F F7

RGB Percentages of Color #b52ff7

%38.11
%9.89
%52.00

CMYK Percentages of Color #b52ff7

%27
%81
%0
%3

Triadic Colors of #b52ff7

#b52ff7 #f7b52f #2ff7b5

Analogous Colors of #b52ff7

#b52ff7 #f72fd5 #512ff7

Monochromatic Colors of #b52ff7

#b52ff7

Complementary Color

#b52ff7 #71f72f

#b52ff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ff7 Color CSS Codes

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

#b52ff7 Text Font Color

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

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


#b52ff7 Background Color

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

This div background color is #b52ff7


#b52ff7 Border Color

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

This div border color is #b52ff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ff7


Comments

No comments written yet.

Please login to write comment.