Color Hex Logo

#838ecd Color Hex

#838ECD
(131,142,205)
0 Favorites   0 Comments

Color spaces of #838ecd

RGB 131142205
HSL0.640.430.66
HSV231°36°80°
CMYK 0.360.310.00   0.20
XYZ30.052528.579161.6900
Yxy28.57910.24980.2375
Hunter Lab53.45946.7907-30.9967
CIE-Lab60.408411.2846-33.7552

#838ecd color RGB value is (131,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001110 11001101
Octal 203 216 315
Decimal 131 142 205
Hex 83 8E CD

RGB Percentages of Color #838ecd

%27.41
%29.71
%42.89

CMYK Percentages of Color #838ecd

%36
%31
%0
%20

Triadic Colors of #838ecd

#838ecd #cd838e #8ecd83

Analogous Colors of #838ecd

#838ecd #9d83cd #83b3cd

Monochromatic Colors of #838ecd

#838ecd

Complementary Color

#838ecd #cdc283

#838ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#838ecd Color CSS Codes

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

#838ecd Text Font Color

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

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


#838ecd Background Color

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

This div background color is #838ecd


#838ecd Border Color

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

This div border color is #838ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838ecd


Comments

No comments written yet.

Please login to write comment.