color codes Logo

#a836cb color codes

#A836CB
(168,54,203)
0 Favorites   0 Comments

Color spaces of #a836cb

RGB 16854203
HSL0.790.590.50
HSV286°73°80°
CMYK 0.170.730.00   0.20
XYZ28.247115.275057.9595
Yxy15.27500.27830.1505
Hunter Lab39.083260.6138-60.5674
CIE-Lab46.008666.3901-55.1769

#a836cb color RGB value is (168,54,203).

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

The process color (four color CMYK) of #a836cb color code is 0.17, 0.73, 0.00, 0.20. Web safe color of #a836cb is #9933cc. Color #a836cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110110 11001011
Octal 250 66 313
Decimal 168 54 203
Hex A8 36 CB

RGB Percentages of Color #a836cb

%39.53
%12.71
%47.76

CMYK Percentages of Color #a836cb

%17
%73
%0
%20

Triadic Colors of #a836cb

#a836cb #cba836 #36cba8

Analogous Colors of #a836cb

#a836cb #cb36a4 #5e36cb

Monochromatic Colors of #a836cb

#a836cb

Complementary Color

#a836cb #59cb36

#a836cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a836cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a836cb Color CSS Codes

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

#a836cb Text Font Color

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

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


#a836cb Background Color

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

This div background color is #a836cb


#a836cb Border Color

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

This div border color is #a836cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a836cb


Comments

No comments written yet.

Please login to write comment.