Color Hex Logo

#a241cd Color Hex

#A241CD
(162,65,205)
0 Favorites   0 Comments

Color spaces of #a241cd

RGB 16265205
HSL0.780.580.53
HSV282°68°80°
CMYK 0.210.680.00   0.20
XYZ27.810015.869859.3550
Yxy15.86980.26990.1540
Hunter Lab39.836954.8956-60.4533
CIE-Lab46.803261.2350-55.0974

#a241cd color RGB value is (162,65,205).

#a241cd hex color red value is 162, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a241cd hue: 0.78 , saturation: 0.58 and the lightness value of a241cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 11001101
Octal 242 101 315
Decimal 162 65 205
Hex A2 41 CD

RGB Percentages of Color #a241cd

%37.50
%15.05
%47.45

CMYK Percentages of Color #a241cd

%21
%68
%0
%20

Triadic Colors of #a241cd

#a241cd #cda241 #41cda2

Analogous Colors of #a241cd

#a241cd #cd41b2 #5c41cd

Monochromatic Colors of #a241cd

#a241cd

Complementary Color

#a241cd #6ccd41

#a241cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a241cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a241cd Color CSS Codes

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

#a241cd Text Font Color

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

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


#a241cd Background Color

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

This div background color is #a241cd


#a241cd Border Color

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

This div border color is #a241cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a241cd


Comments

No comments written yet.

Please login to write comment.