Color Hex Logo

#a54bed Color Hex

#A54BED
(165,75,237)
0 Favorites   0 Comments

Color spaces of #a54bed

RGB 16575237
HSL0.760.820.61
HSV273°68°93°
CMYK 0.300.680.00   0.07
XYZ33.319219.145982.0602
Yxy19.14590.24770.1423
Hunter Lab43.756059.3506-80.5634
CIE-Lab50.857564.3723-66.7353

#a54bed color RGB value is (165,75,237).

#a54bed hex color red value is 165, green value is 75 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a54bed hue: 0.76 , saturation: 0.82 and the lightness value of a54bed is 0.61.

The process color (four color CMYK) of #a54bed color hex is 0.30, 0.68, 0.00, 0.07. Web safe color of #a54bed is #9933ff. Color #a54bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001011 11101101
Octal 245 113 355
Decimal 165 75 237
Hex A5 4B ED

RGB Percentages of Color #a54bed

%34.59
%15.72
%49.69

CMYK Percentages of Color #a54bed

%30
%68
%0
%7

Triadic Colors of #a54bed

#a54bed #eda54b #4beda5

Analogous Colors of #a54bed

#a54bed #ed4be4 #544bed

Monochromatic Colors of #a54bed

#a54bed

Complementary Color

#a54bed #93ed4b

#a54bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54bed Color CSS Codes

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

#a54bed Text Font Color

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

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


#a54bed Background Color

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

This div background color is #a54bed


#a54bed Border Color

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

This div border color is #a54bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,75,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a54bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a54bed;
  -webkit-box-shadow: 1px 1px 3px 2px #a54bed;
  box-shadow:         1px 1px 3px 2px #a54bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,75,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54bed


Comments

No comments written yet.

Please login to write comment.