Color Hex Logo

#a23cbc Color Hex

#A23CBC
(162,60,188)
0 Favorites   0 Comments

Color spaces of #a23cbc

RGB 16260188
HSL0.800.520.49
HSV288°68°74°
CMYK 0.140.680.00   0.26
XYZ25.593314.543949.0353
Yxy14.54390.28700.1631
Hunter Lab38.136553.0522-49.5387
CIE-Lab45.003159.9294-48.1238

#a23cbc color RGB value is (162,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111100 10111100
Octal 242 74 274
Decimal 162 60 188
Hex A2 3C BC

RGB Percentages of Color #a23cbc

%39.51
%14.63
%45.85

CMYK Percentages of Color #a23cbc

%14
%68
%0
%26

Triadic Colors of #a23cbc

#a23cbc #bca23c #3cbca2

Analogous Colors of #a23cbc

#a23cbc #bc3c96 #623cbc

Monochromatic Colors of #a23cbc

#a23cbc

Complementary Color

#a23cbc #56bc3c

#a23cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23cbc Color CSS Codes

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

#a23cbc Text Font Color

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

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


#a23cbc Background Color

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

This div background color is #a23cbc


#a23cbc Border Color

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

This div border color is #a23cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,60,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 #a23cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23cbc


Comments

No comments written yet.

Please login to write comment.