Color Hex Logo

#b52ffd Color Hex

#B52FFD
(181,47,253)
0 Favorites   0 Comments

Color spaces of #b52ffd

RGB 18147253
HSL0.780.980.59
HSV279°81°99°
CMYK 0.280.810.00   0.01
XYZ37.802218.948694.5936
Yxy18.94860.24980.1252
Hunter Lab43.530078.8350-98.3702
CIE-Lab50.627080.5168-75.9634

#b52ffd color RGB value is (181,47,253).

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

The process color (four color CMYK) of #b52ffd color hex is 0.28, 0.81, 0.00, 0.01. Web safe color of #b52ffd is #cc33ff. Color #b52ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11111101
Octal 265 57 375
Decimal 181 47 253
Hex B5 2F FD

RGB Percentages of Color #b52ffd

%37.63
%9.77
%52.60

CMYK Percentages of Color #b52ffd

%28
%81
%0
%1

Triadic Colors of #b52ffd

#b52ffd #fdb52f #2ffdb5

Analogous Colors of #b52ffd

#b52ffd #fd2fde #4e2ffd

Monochromatic Colors of #b52ffd

#b52ffd

Complementary Color

#b52ffd #77fd2f

#b52ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ffd Color CSS Codes

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

#b52ffd Text Font Color

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

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


#b52ffd Background Color

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

This div background color is #b52ffd


#b52ffd Border Color

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

This div border color is #b52ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.