Color Hex Logo

#a634ee Color Hex

#A634EE
(166,52,238)
0 Favorites   0 Comments

Color spaces of #a634ee

RGB 16652238
HSL0.770.850.57
HSV277°78°93°
CMYK 0.300.780.00   0.07
XYZ32.386516.736082.4123
Yxy16.73600.24620.1272
Hunter Lab40.909769.7192-90.8027
CIE-Lab47.925773.6886-72.0500

#a634ee color RGB value is (166,52,238).

#a634ee hex color red value is 166, green value is 52 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a634ee hue: 0.77 , saturation: 0.85 and the lightness value of a634ee is 0.57.

The process color (four color CMYK) of #a634ee color hex is 0.30, 0.78, 0.00, 0.07. Web safe color of #a634ee is #9933ff. Color #a634ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110100 11101110
Octal 246 64 356
Decimal 166 52 238
Hex A6 34 EE

RGB Percentages of Color #a634ee

%36.40
%11.40
%52.19

CMYK Percentages of Color #a634ee

%30
%78
%0
%7

Triadic Colors of #a634ee

#a634ee #eea634 #34eea6

Analogous Colors of #a634ee

#a634ee #ee34d9 #4934ee

Monochromatic Colors of #a634ee

#a634ee

Complementary Color

#a634ee #7cee34

#a634ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a634ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a634ee Color CSS Codes

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

#a634ee Text Font Color

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

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


#a634ee Background Color

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

This div background color is #a634ee


#a634ee Border Color

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

This div border color is #a634ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,52,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a634ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a634ee;
  -webkit-box-shadow: 1px 1px 3px 2px #a634ee;
  box-shadow:         1px 1px 3px 2px #a634ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,52,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a634ee


Comments

No comments written yet.

Please login to write comment.