Color Hex Logo

#838ecc Color Hex

#838ECC
(131,142,204)
0 Favorites   0 Comments

Color spaces of #838ecc

RGB 131142204
HSL0.640.420.66
HSV231°36°80°
CMYK 0.360.300.00   0.20
XYZ29.932228.530961.0562
Yxy28.53090.25040.2387
Hunter Lab53.41436.5524-30.3825
CIE-Lab60.365411.0147-33.2606

#838ecc color RGB value is (131,142,204).

#838ecc hex color red value is 131, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #838ecc hue: 0.64 , saturation: 0.42 and the lightness value of 838ecc is 0.66.

The process color (four color CMYK) of #838ecc color hex is 0.36, 0.30, 0.00, 0.20. Web safe color of #838ecc is #9999cc. Color #838ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001110 11001100
Octal 203 216 314
Decimal 131 142 204
Hex 83 8E CC

RGB Percentages of Color #838ecc

%27.46
%29.77
%42.77

CMYK Percentages of Color #838ecc

%36
%30
%0
%20

Triadic Colors of #838ecc

#838ecc #cc838e #8ecc83

Analogous Colors of #838ecc

#838ecc #9d83cc #83b3cc

Monochromatic Colors of #838ecc

#838ecc

Complementary Color

#838ecc #ccc183

#838ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#838ecc Color CSS Codes

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

#838ecc Text Font Color

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

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


#838ecc Background Color

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

This div background color is #838ecc


#838ecc Border Color

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

This div border color is #838ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,142,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #838ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #838ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #838ecc;
  box-shadow:         1px 1px 3px 2px #838ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838ecc


Comments

No comments written yet.

Please login to write comment.