Color Hex Logo

#b54afd Color Hex

#B54AFD
(181,74,253)
0 Favorites   0 Comments

Color spaces of #b54afd

RGB 18174253
HSL0.770.980.64
HSV276°71°99°
CMYK 0.280.710.00   0.01
XYZ39.234521.813295.0710
Yxy21.81320.25130.1397
Hunter Lab46.704668.2170-87.9964
CIE-Lab53.828271.3049-70.7646

#b54afd color RGB value is (181,74,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001010 11111101
Octal 265 112 375
Decimal 181 74 253
Hex B5 4A FD

RGB Percentages of Color #b54afd

%35.63
%14.57
%49.80

CMYK Percentages of Color #b54afd

%28
%71
%0
%1

Triadic Colors of #b54afd

#b54afd #fdb54a #4afdb5

Analogous Colors of #b54afd

#b54afd #fd4aec #5b4afd

Monochromatic Colors of #b54afd

#b54afd

Complementary Color

#b54afd #92fd4a

#b54afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54afd Color CSS Codes

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

#b54afd Text Font Color

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

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


#b54afd Background Color

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

This div background color is #b54afd


#b54afd Border Color

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

This div border color is #b54afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54afd

Related Colors


Comments

No comments written yet.

Please login to write comment.