color codes Logo

#837adc color codes

#837ADC
(131,122,220)
0 Favorites   0 Comments

Color spaces of #837adc

RGB 131122220
HSL0.680.580.67
HSV246°45°86°
CMYK 0.400.450.00   0.14
XYZ29.237923.911770.7846
Yxy23.91170.23590.1929
Hunter Lab48.899621.1539-51.5955
CIE-Lab55.999327.1833-49.1198

#837adc color RGB value is (131,122,220).

#837adc hex color red value is 131, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #837adc hue: 0.68 , saturation: 0.58 and the lightness value of 837adc is 0.67.

The process color (four color CMYK) of #837adc color code is 0.40, 0.45, 0.00, 0.14. Web safe color of #837adc is #9966cc. Color #837adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 11011100
Octal 203 172 334
Decimal 131 122 220
Hex 83 7A DC

RGB Percentages of Color #837adc

%27.70
%25.79
%46.51

CMYK Percentages of Color #837adc

%40
%45
%0
%14

Triadic Colors of #837adc

#837adc #dc837a #7adc83

Analogous Colors of #837adc

#837adc #b47adc #7aa2dc

Monochromatic Colors of #837adc

#837adc

Complementary Color

#837adc #d3dc7a

#837adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#837adc Color CSS Codes

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

#837adc Text Font Color

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

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


#837adc Background Color

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

This div background color is #837adc


#837adc Border Color

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

This div border color is #837adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,122,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #837adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #837adc;
  -webkit-box-shadow: 1px 1px 3px 2px #837adc;
  box-shadow:         1px 1px 3px 2px #837adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,122,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837adc


Comments

No comments written yet.

Please login to write comment.