Color Hex Logo

#838ecf Color Hex

#838ECF
(131,142,207)
0 Favorites   0 Comments

Color spaces of #838ecf

RGB 131142207
HSL0.640.440.66
HSV231°37°81°
CMYK 0.370.310.00   0.19
XYZ30.295628.676362.9698
Yxy28.67630.24840.2352
Hunter Lab53.55037.2719-32.2340
CIE-Lab60.494911.8276-34.7426

#838ecf color RGB value is (131,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001110 11001111
Octal 203 216 317
Decimal 131 142 207
Hex 83 8E CF

RGB Percentages of Color #838ecf

%27.29
%29.58
%43.13

CMYK Percentages of Color #838ecf

%37
%31
%0
%19

Triadic Colors of #838ecf

#838ecf #cf838e #8ecf83

Analogous Colors of #838ecf

#838ecf #9e83cf #83b4cf

Monochromatic Colors of #838ecf

#838ecf

Complementary Color

#838ecf #cfc483

#838ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#838ecf Color CSS Codes

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

#838ecf Text Font Color

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

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


#838ecf Background Color

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

This div background color is #838ecf


#838ecf Border Color

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

This div border color is #838ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838ecf


Comments

No comments written yet.

Please login to write comment.