Color Hex Logo

#b53de1 Color Hex

#B53DE1
(181,61,225)
0 Favorites   0 Comments

Color spaces of #b53de1

RGB 18161225
HSL0.790.730.56
HSV284°73°88°
CMYK 0.200.730.00   0.12
XYZ34.315418.597573.0152
Yxy18.59750.27250.1477
Hunter Lab43.124866.5681-70.1973
CIE-Lab50.212970.6297-60.8974

#b53de1 color RGB value is (181,61,225).

#b53de1 hex color red value is 181, green value is 61 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b53de1 hue: 0.79 , saturation: 0.73 and the lightness value of b53de1 is 0.56.

The process color (four color CMYK) of #b53de1 color hex is 0.20, 0.73, 0.00, 0.12. Web safe color of #b53de1 is #cc33cc. Color #b53de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111101 11100001
Octal 265 75 341
Decimal 181 61 225
Hex B5 3D E1

RGB Percentages of Color #b53de1

%38.76
%13.06
%48.18

CMYK Percentages of Color #b53de1

%20
%73
%0
%12

Triadic Colors of #b53de1

#b53de1 #e1b53d #3de1b5

Analogous Colors of #b53de1

#b53de1 #e13dbb #633de1

Monochromatic Colors of #b53de1

#b53de1

Complementary Color

#b53de1 #69e13d

#b53de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53de1 Color CSS Codes

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

#b53de1 Text Font Color

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

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


#b53de1 Background Color

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

This div background color is #b53de1


#b53de1 Border Color

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

This div border color is #b53de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53de1


Comments

No comments written yet.

Please login to write comment.