Color Hex Logo

#a238ca Color Hex

#A238CA
(162,56,202)
0 Favorites   0 Comments

Color spaces of #a238ca

RGB 16256202
HSL0.790.580.51
HSV284°72°79°
CMYK 0.200.720.00   0.21
XYZ26.975114.774057.3070
Yxy14.77400.27230.1491
Hunter Lab38.437058.0068-61.4916
CIE-Lab45.323164.2592-55.7482

#a238ca color RGB value is (162,56,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111000 11001010
Octal 242 70 312
Decimal 162 56 202
Hex A2 38 CA

RGB Percentages of Color #a238ca

%38.57
%13.33
%48.10

CMYK Percentages of Color #a238ca

%20
%72
%0
%21

Triadic Colors of #a238ca

#a238ca #caa238 #38caa2

Analogous Colors of #a238ca

#a238ca #ca38a9 #5938ca

Monochromatic Colors of #a238ca

#a238ca

Complementary Color

#a238ca #60ca38

#a238ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a238ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a238ca Color CSS Codes

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

#a238ca Text Font Color

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

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


#a238ca Background Color

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

This div background color is #a238ca


#a238ca Border Color

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

This div border color is #a238ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a238ca


Comments

No comments written yet.

Please login to write comment.