Color Hex Logo

#a62fbd Color Hex

#A62FBD
(166,47,189)
1 Favorites   0 Comments

Color spaces of #a62fbd

RGB 16647189
HSL0.810.600.46
HSV290°75°74°
CMYK 0.120.750.00   0.26
XYZ25.927713.814149.4440
Yxy13.81410.29070.1549
Hunter Lab37.167359.4777-52.8569
CIE-Lab43.965165.8034-50.3380

#a62fbd color RGB value is (166,47,189).

#a62fbd hex color red value is 166, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a62fbd hue: 0.81 , saturation: 0.60 and the lightness value of a62fbd is 0.46.

The process color (four color CMYK) of #a62fbd color hex is 0.12, 0.75, 0.00, 0.26. Web safe color of #a62fbd is #9933cc. Color #a62fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101111 10111101
Octal 246 57 275
Decimal 166 47 189
Hex A6 2F BD

RGB Percentages of Color #a62fbd

%41.29
%11.69
%47.01

CMYK Percentages of Color #a62fbd

%12
%75
%0
%26

Triadic Colors of #a62fbd

#a62fbd #bda62f #2fbda6

Analogous Colors of #a62fbd

#a62fbd #bd2f8d #5f2fbd

Monochromatic Colors of #a62fbd

#a62fbd

Complementary Color

#a62fbd #46bd2f

#a62fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62fbd Color CSS Codes

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

#a62fbd Text Font Color

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

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


#a62fbd Background Color

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

This div background color is #a62fbd


#a62fbd Border Color

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

This div border color is #a62fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,47,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a62fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a62fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #a62fbd;
  box-shadow:         1px 1px 3px 2px #a62fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,47,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62fbd


Comments

No comments written yet.

Please login to write comment.