Color Hex Logo

#838cee Color Hex

#838CEE
(131,140,238)
0 Favorites   0 Comments

Color spaces of #838cee

RGB 131140238
HSL0.650.760.72
HSV235°45°93°
CMYK 0.450.410.00   0.07
XYZ34.170829.754584.8311
Yxy29.75450.22970.2000
Hunter Lab54.547716.3609-54.0228
CIE-Lab61.441821.7285-50.5123

#838cee color RGB value is (131,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001100 11101110
Octal 203 214 356
Decimal 131 140 238
Hex 83 8C EE

RGB Percentages of Color #838cee

%25.74
%27.50
%46.76

CMYK Percentages of Color #838cee

%45
%41
%0
%7

Triadic Colors of #838cee

#838cee #ee838c #8cee83

Analogous Colors of #838cee

#838cee #b083ee #83c2ee

Monochromatic Colors of #838cee

#838cee

Complementary Color

#838cee #eee583

#838cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#838cee Color CSS Codes

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

#838cee Text Font Color

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

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


#838cee Background Color

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

This div background color is #838cee


#838cee Border Color

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

This div border color is #838cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838cee


Comments

No comments written yet.

Please login to write comment.