Color Hex Logo

#a258be Color Hex

#A258BE
(162,88,190)
0 Favorites   0 Comments

Color spaces of #a258be

RGB 16288190
HSL0.790.440.55
HSV284°54°75°
CMYK 0.150.540.00   0.25
XYZ27.684318.378550.8035
Yxy18.37850.28580.1897
Hunter Lab42.870240.2474-40.2528
CIE-Lab49.952047.1617-41.4120

#a258be color RGB value is (162,88,190).

#a258be hex color red value is 162, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a258be hue: 0.79 , saturation: 0.44 and the lightness value of a258be is 0.55.

The process color (four color CMYK) of #a258be color hex is 0.15, 0.54, 0.00, 0.25. Web safe color of #a258be is #9966cc. Color #a258be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011000 10111110
Octal 242 130 276
Decimal 162 88 190
Hex A2 58 BE

RGB Percentages of Color #a258be

%36.82
%20.00
%43.18

CMYK Percentages of Color #a258be

%15
%54
%0
%25

Triadic Colors of #a258be

#a258be #bea258 #58bea2

Analogous Colors of #a258be

#a258be #be58a7 #6f58be

Monochromatic Colors of #a258be

#a258be

Complementary Color

#a258be #74be58

#a258be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a258be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a258be Color CSS Codes

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

#a258be Text Font Color

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

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


#a258be Background Color

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

This div background color is #a258be


#a258be Border Color

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

This div border color is #a258be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a258be


Comments

No comments written yet.

Please login to write comment.