Color Hex Logo

#a23fbc Color Hex

#A23FBC
(162,63,188)
0 Favorites   0 Comments

Color spaces of #a23fbc

RGB 16263188
HSL0.800.500.49
HSV288°66°74°
CMYK 0.140.660.00   0.26
XYZ25.754914.867249.0892
Yxy14.86720.28710.1657
Hunter Lab38.558051.7529-48.4930
CIE-Lab45.451858.6735-47.4063

#a23fbc color RGB value is (162,63,188).

#a23fbc hex color red value is 162, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a23fbc hue: 0.80 , saturation: 0.50 and the lightness value of a23fbc is 0.49.

The process color (four color CMYK) of #a23fbc color hex is 0.14, 0.66, 0.00, 0.26. Web safe color of #a23fbc is #9933cc. Color #a23fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111111 10111100
Octal 242 77 274
Decimal 162 63 188
Hex A2 3F BC

RGB Percentages of Color #a23fbc

%39.23
%15.25
%45.52

CMYK Percentages of Color #a23fbc

%14
%66
%0
%26

Triadic Colors of #a23fbc

#a23fbc #bca23f #3fbca2

Analogous Colors of #a23fbc

#a23fbc #bc3f98 #643fbc

Monochromatic Colors of #a23fbc

#a23fbc

Complementary Color

#a23fbc #59bc3f

#a23fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23fbc Color CSS Codes

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

#a23fbc Text Font Color

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

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


#a23fbc Background Color

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

This div background color is #a23fbc


#a23fbc Border Color

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

This div border color is #a23fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23fbc


Comments

No comments written yet.

Please login to write comment.