Color Hex Logo

#838cec Color Hex

#838CEC
(131,140,236)
0 Favorites   0 Comments

Color spaces of #838cec

RGB 131140236
HSL0.650.730.72
HSV235°44°93°
CMYK 0.440.410.00   0.07
XYZ33.878529.637683.2919
Yxy29.63760.23080.2019
Hunter Lab54.440415.8105-52.6033
CIE-Lab61.340321.1496-49.5676

#838cec color RGB value is (131,140,236).

#838cec hex color red value is 131, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #838cec hue: 0.65 , saturation: 0.73 and the lightness value of 838cec is 0.72.

The process color (four color CMYK) of #838cec color hex is 0.44, 0.41, 0.00, 0.07. Web safe color of #838cec is #9999ff. Color #838cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001100 11101100
Octal 203 214 354
Decimal 131 140 236
Hex 83 8C EC

RGB Percentages of Color #838cec

%25.84
%27.61
%46.55

CMYK Percentages of Color #838cec

%44
%41
%0
%7

Triadic Colors of #838cec

#838cec #ec838c #8cec83

Analogous Colors of #838cec

#838cec #af83ec #83c1ec

Monochromatic Colors of #838cec

#838cec

Complementary Color

#838cec #ece383

#838cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#838cec Color CSS Codes

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

#838cec Text Font Color

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

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


#838cec Background Color

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

This div background color is #838cec


#838cec Border Color

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

This div border color is #838cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838cec


Comments

No comments written yet.

Please login to write comment.