Color Hex Logo

#a25beb Color Hex

#A25BEB
(162,91,235)
0 Favorites   0 Comments

Color spaces of #a25beb

RGB 16291235
HSL0.750.780.64
HSV270°61°92°
CMYK 0.310.610.00   0.08
XYZ33.636821.161780.9090
Yxy21.16170.24790.1559
Hunter Lab46.001850.0169-72.0792
CIE-Lab53.126055.7108-61.9688

#a25beb color RGB value is (162,91,235).

#a25beb hex color red value is 162, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a25beb hue: 0.75 , saturation: 0.78 and the lightness value of a25beb is 0.64.

The process color (four color CMYK) of #a25beb color hex is 0.31, 0.61, 0.00, 0.08. Web safe color of #a25beb is #9966ff. Color #a25beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011011 11101011
Octal 242 133 353
Decimal 162 91 235
Hex A2 5B EB

RGB Percentages of Color #a25beb

%33.20
%18.65
%48.16

CMYK Percentages of Color #a25beb

%31
%61
%0
%8

Triadic Colors of #a25beb

#a25beb #eba25b #5beba2

Analogous Colors of #a25beb

#a25beb #ea5beb #5b5ceb

Monochromatic Colors of #a25beb

#a25beb

Complementary Color

#a25beb #a4eb5b

#a25beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25beb Color CSS Codes

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

#a25beb Text Font Color

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

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


#a25beb Background Color

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

This div background color is #a25beb


#a25beb Border Color

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

This div border color is #a25beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,91,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a25beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a25beb;
  -webkit-box-shadow: 1px 1px 3px 2px #a25beb;
  box-shadow:         1px 1px 3px 2px #a25beb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,91,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25beb


Comments

No comments written yet.

Please login to write comment.