Color Hex Logo

#a562bf Color Hex

#A562BF
(165,98,191)
0 Favorites   0 Comments

Color spaces of #a562bf

RGB 16598191
HSL0.790.420.57
HSV283°49°75°
CMYK 0.140.490.00   0.25
XYZ29.288720.496351.7027
Yxy20.49630.28860.2020
Hunter Lab45.272836.2509-36.0197
CIE-Lab52.393842.9197-38.1120

#a562bf color RGB value is (165,98,191).

#a562bf hex color red value is 165, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a562bf hue: 0.79 , saturation: 0.42 and the lightness value of a562bf is 0.57.

The process color (four color CMYK) of #a562bf color hex is 0.14, 0.49, 0.00, 0.25. Web safe color of #a562bf is #9966cc. Color #a562bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 10111111
Octal 245 142 277
Decimal 165 98 191
Hex A5 62 BF

RGB Percentages of Color #a562bf

%36.34
%21.59
%42.07

CMYK Percentages of Color #a562bf

%14
%49
%0
%25

Triadic Colors of #a562bf

#a562bf #bfa562 #62bfa5

Analogous Colors of #a562bf

#a562bf #bf62ab #7762bf

Monochromatic Colors of #a562bf

#a562bf

Complementary Color

#a562bf #7cbf62

#a562bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a562bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a562bf Color CSS Codes

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

#a562bf Text Font Color

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

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


#a562bf Background Color

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

This div background color is #a562bf


#a562bf Border Color

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

This div border color is #a562bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a562bf


Comments

No comments written yet.

Please login to write comment.