Color Hex Logo

#a62fcb Color Hex

#A62FCB
(166,47,203)
0 Favorites   0 Comments

Color spaces of #a62fcb

RGB 16647203
HSL0.790.620.49
HSV286°77°80°
CMYK 0.180.770.00   0.20
XYZ27.521914.451857.8388
Yxy14.45180.27570.1448
Hunter Lab38.015562.7005-63.5960
CIE-Lab44.874068.4002-57.0204

#a62fcb color RGB value is (166,47,203).

#a62fcb hex color red value is 166, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a62fcb hue: 0.79 , saturation: 0.62 and the lightness value of a62fcb is 0.49.

The process color (four color CMYK) of #a62fcb color hex is 0.18, 0.77, 0.00, 0.20. Web safe color of #a62fcb is #9933cc. Color #a62fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101111 11001011
Octal 246 57 313
Decimal 166 47 203
Hex A6 2F CB

RGB Percentages of Color #a62fcb

%39.90
%11.30
%48.80

CMYK Percentages of Color #a62fcb

%18
%77
%0
%20

Triadic Colors of #a62fcb

#a62fcb #cba62f #2fcba6

Analogous Colors of #a62fcb

#a62fcb #cb2fa2 #582fcb

Monochromatic Colors of #a62fcb

#a62fcb

Complementary Color

#a62fcb #54cb2f

#a62fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62fcb Color CSS Codes

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

#a62fcb Text Font Color

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

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


#a62fcb Background Color

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

This div background color is #a62fcb


#a62fcb Border Color

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

This div border color is #a62fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62fcb


Comments

No comments written yet.

Please login to write comment.