Color Hex Logo

#a23cbe Color Hex

#A23CBE
(162,60,190)
0 Favorites   0 Comments

Color spaces of #a23cbe

RGB 16260190
HSL0.800.520.49
HSV287°68°75°
CMYK 0.150.680.00   0.25
XYZ25.810414.630850.1789
Yxy14.63080.28480.1615
Hunter Lab38.250253.5099-51.0049
CIE-Lab45.124360.3172-49.0973

#a23cbe color RGB value is (162,60,190).

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

The process color (four color CMYK) of #a23cbe color hex is 0.15, 0.68, 0.00, 0.25. Web safe color of #a23cbe is #9933cc. Color #a23cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111100 10111110
Octal 242 74 276
Decimal 162 60 190
Hex A2 3C BE

RGB Percentages of Color #a23cbe

%39.32
%14.56
%46.12

CMYK Percentages of Color #a23cbe

%15
%68
%0
%25

Triadic Colors of #a23cbe

#a23cbe #bea23c #3cbea2

Analogous Colors of #a23cbe

#a23cbe #be3c99 #613cbe

Monochromatic Colors of #a23cbe

#a23cbe

Complementary Color

#a23cbe #58be3c

#a23cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23cbe Color CSS Codes

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

#a23cbe Text Font Color

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

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


#a23cbe Background Color

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

This div background color is #a23cbe


#a23cbe Border Color

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

This div border color is #a23cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23cbe


Comments

No comments written yet.

Please login to write comment.