Color Hex Logo

#a635cb Color Hex

#A635CB
(166,53,203)
0 Favorites   0 Comments

Color spaces of #a635cb

RGB 16653203
HSL0.790.590.50
HSV285°74°80°
CMYK 0.180.740.00   0.20
XYZ27.778514.965057.9244
Yxy14.96500.27590.1487
Hunter Lab38.684660.4785-61.6986
CIE-Lab45.586266.3552-55.8724

#a635cb color RGB value is (166,53,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110101 11001011
Octal 246 65 313
Decimal 166 53 203
Hex A6 35 CB

RGB Percentages of Color #a635cb

%39.34
%12.56
%48.10

CMYK Percentages of Color #a635cb

%18
%74
%0
%20

Triadic Colors of #a635cb

#a635cb #cba635 #35cba6

Analogous Colors of #a635cb

#a635cb #cb35a5 #5b35cb

Monochromatic Colors of #a635cb

#a635cb

Complementary Color

#a635cb #5acb35

#a635cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a635cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a635cb Color CSS Codes

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

#a635cb Text Font Color

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

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


#a635cb Background Color

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

This div background color is #a635cb


#a635cb Border Color

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

This div border color is #a635cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a635cb


Comments

No comments written yet.

Please login to write comment.