Color Hex Logo

#a230ca Color Hex

#A230CA
(162,48,202)
0 Favorites   0 Comments

Color spaces of #a230ca

RGB 16248202
HSL0.790.620.49
HSV284°76°79°
CMYK 0.200.760.00   0.21
XYZ26.617914.059657.1880
Yxy14.05960.27200.1437
Hunter Lab37.496161.0960-64.1801
CIE-Lab44.318367.1334-57.3688

#a230ca color RGB value is (162,48,202).

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

The process color (four color CMYK) of #a230ca color hex is 0.20, 0.76, 0.00, 0.21. Web safe color of #a230ca is #9933cc. Color #a230ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110000 11001010
Octal 242 60 312
Decimal 162 48 202
Hex A2 30 CA

RGB Percentages of Color #a230ca

%39.32
%11.65
%49.03

CMYK Percentages of Color #a230ca

%20
%76
%0
%21

Triadic Colors of #a230ca

#a230ca #caa230 #30caa2

Analogous Colors of #a230ca

#a230ca #ca30a5 #5530ca

Monochromatic Colors of #a230ca

#a230ca

Complementary Color

#a230ca #58ca30

#a230ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a230ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a230ca Color CSS Codes

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

#a230ca Text Font Color

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

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


#a230ca Background Color

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

This div background color is #a230ca


#a230ca Border Color

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

This div border color is #a230ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a230ca


Comments

No comments written yet.

Please login to write comment.