Color Hex Logo

#a634cb Color Hex

#A634CB
(166,52,203)
0 Favorites   0 Comments

Color spaces of #a634cb

RGB 16652203
HSL0.790.590.50
HSV285°74°80°
CMYK 0.180.740.00   0.20
XYZ27.733414.874857.9093
Yxy14.87480.27590.1480
Hunter Lab38.567960.8621-62.0259
CIE-Lab45.462266.7099-56.0721

#a634cb color RGB value is (166,52,203).

#a634cb hex color red value is 166, green value is 52 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a634cb hue: 0.79 , saturation: 0.59 and the lightness value of a634cb is 0.50.

The process color (four color CMYK) of #a634cb color hex is 0.18, 0.74, 0.00, 0.20. Web safe color of #a634cb is #9933cc. Color #a634cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110100 11001011
Octal 246 64 313
Decimal 166 52 203
Hex A6 34 CB

RGB Percentages of Color #a634cb

%39.43
%12.35
%48.22

CMYK Percentages of Color #a634cb

%18
%74
%0
%20

Triadic Colors of #a634cb

#a634cb #cba634 #34cba6

Analogous Colors of #a634cb

#a634cb #cb34a5 #5a34cb

Monochromatic Colors of #a634cb

#a634cb

Complementary Color

#a634cb #59cb34

#a634cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a634cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a634cb Color CSS Codes

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

#a634cb Text Font Color

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

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


#a634cb Background Color

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

This div background color is #a634cb


#a634cb Border Color

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

This div border color is #a634cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a634cb


Comments

No comments written yet.

Please login to write comment.