Color Hex Logo

#a41ced Color Hex

#A41CED
(164,28,237)
0 Favorites   0 Comments

Color spaces of #a41ced

RGB 16428237
HSL0.780.850.52
HSV279°88°93°
CMYK 0.310.880.00   0.07
XYZ31.011214.837481.3502
Yxy14.83740.24380.1166
Hunter Lab38.519376.2981-98.2528
CIE-Lab45.410779.5140-75.5998

#a41ced color RGB value is (164,28,237).

#a41ced hex color red value is 164, green value is 28 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a41ced hue: 0.78 , saturation: 0.85 and the lightness value of a41ced is 0.52.

The process color (four color CMYK) of #a41ced color hex is 0.31, 0.88, 0.00, 0.07. Web safe color of #a41ced is #9933ff. Color #a41ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011100 11101101
Octal 244 34 355
Decimal 164 28 237
Hex A4 1C ED

RGB Percentages of Color #a41ced

%38.23
%6.53
%55.24

CMYK Percentages of Color #a41ced

%31
%88
%0
%7

Triadic Colors of #a41ced

#a41ced #eda41c #1ceda4

Analogous Colors of #a41ced

#a41ced #ed1cce #3b1ced

Monochromatic Colors of #a41ced

#a41ced

Complementary Color

#a41ced #65ed1c

#a41ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41ced Color CSS Codes

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

#a41ced Text Font Color

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

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


#a41ced Background Color

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

This div background color is #a41ced


#a41ced Border Color

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

This div border color is #a41ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,28,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a41ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a41ced;
  -webkit-box-shadow: 1px 1px 3px 2px #a41ced;
  box-shadow:         1px 1px 3px 2px #a41ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,28,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41ced


Comments

No comments written yet.

Please login to write comment.