Color Hex Logo

#838eca Color Hex

#838ECA
(131,142,202)
0 Favorites   0 Comments

Color spaces of #838eca

RGB 131142202
HSL0.640.400.65
HSV231°35°79°
CMYK 0.350.300.00   0.21
XYZ29.693728.435659.8007
Yxy28.43560.25180.2411
Hunter Lab53.32506.0777-29.1625
CIE-Lab60.280310.4757-32.2691

#838eca color RGB value is (131,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001110 11001010
Octal 203 216 312
Decimal 131 142 202
Hex 83 8E CA

RGB Percentages of Color #838eca

%27.58
%29.89
%42.53

CMYK Percentages of Color #838eca

%35
%30
%0
%21

Triadic Colors of #838eca

#838eca #ca838e #8eca83

Analogous Colors of #838eca

#838eca #9c83ca #83b2ca

Monochromatic Colors of #838eca

#838eca

Complementary Color

#838eca #cabf83

#838eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#838eca Color CSS Codes

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

#838eca Text Font Color

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

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


#838eca Background Color

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

This div background color is #838eca


#838eca Border Color

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

This div border color is #838eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838eca


Comments

No comments written yet.

Please login to write comment.