Color Hex Logo

#a683cb Color Hex

#A683CB
(166,131,203)
0 Favorites   0 Comments

Color spaces of #a683cb

RGB 166131203
HSL0.750.410.65
HSV269°35°80°
CMYK 0.180.350.00   0.20
XYZ34.621728.651460.2054
Yxy28.65140.28040.2320
Hunter Lab53.527021.7830-29.2185
CIE-Lab60.472727.4626-32.3058

#a683cb color RGB value is (166,131,203).

#a683cb hex color red value is 166, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a683cb hue: 0.75 , saturation: 0.41 and the lightness value of a683cb is 0.65.

The process color (four color CMYK) of #a683cb color hex is 0.18, 0.35, 0.00, 0.20. Web safe color of #a683cb is #9999cc. Color #a683cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 11001011
Octal 246 203 313
Decimal 166 131 203
Hex A6 83 CB

RGB Percentages of Color #a683cb

%33.20
%26.20
%40.60

CMYK Percentages of Color #a683cb

%18
%35
%0
%20

Triadic Colors of #a683cb

#a683cb #cba683 #83cba6

Analogous Colors of #a683cb

#a683cb #ca83cb #8384cb

Monochromatic Colors of #a683cb

#a683cb

Complementary Color

#a683cb #a8cb83

#a683cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a683cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a683cb Color CSS Codes

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

#a683cb Text Font Color

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

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


#a683cb Background Color

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

This div background color is #a683cb


#a683cb Border Color

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

This div border color is #a683cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a683cb


Comments

No comments written yet.

Please login to write comment.