Color Hex Logo

#b535fd Color Hex

#B535FD
(181,53,253)
0 Favorites   0 Comments

Color spaces of #b535fd

RGB 18153253
HSL0.770.980.60
HSV278°79°99°
CMYK 0.280.790.00   0.01
XYZ38.058819.461894.6791
Yxy19.46180.25010.1279
Hunter Lab44.115576.7911-96.3651
CIE-Lab51.223278.7773-74.9930

#b535fd color RGB value is (181,53,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110101 11111101
Octal 265 65 375
Decimal 181 53 253
Hex B5 35 FD

RGB Percentages of Color #b535fd

%37.17
%10.88
%51.95

CMYK Percentages of Color #b535fd

%28
%79
%0
%1

Triadic Colors of #b535fd

#b535fd #fdb535 #35fdb5

Analogous Colors of #b535fd

#b535fd #fd35e1 #5135fd

Monochromatic Colors of #b535fd

#b535fd

Complementary Color

#b535fd #7dfd35

#b535fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b535fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b535fd Color CSS Codes

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

#b535fd Text Font Color

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

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


#b535fd Background Color

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

This div background color is #b535fd


#b535fd Border Color

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

This div border color is #b535fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,53,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 #b535fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b535fd


Comments

No comments written yet.

Please login to write comment.