Color Hex Logo

#838bca Color Hex

#838BCA
(131,139,202)
0 Favorites   0 Comments

Color spaces of #838bca

RGB 131139202
HSL0.650.400.65
HSV233°35°79°
CMYK 0.350.310.00   0.21
XYZ29.253427.554859.6539
Yxy27.55480.25120.2366
Hunter Lab52.49277.6133-30.6337
CIE-Lab59.484412.2209-33.5071

#838bca color RGB value is (131,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001011 11001010
Octal 203 213 312
Decimal 131 139 202
Hex 83 8B CA

RGB Percentages of Color #838bca

%27.75
%29.45
%42.80

CMYK Percentages of Color #838bca

%35
%31
%0
%21

Triadic Colors of #838bca

#838bca #ca838b #8bca83

Analogous Colors of #838bca

#838bca #9f83ca #83afca

Monochromatic Colors of #838bca

#838bca

Complementary Color

#838bca #cac283

#838bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#838bca Color CSS Codes

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

#838bca Text Font Color

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

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


#838bca Background Color

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

This div background color is #838bca


#838bca Border Color

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

This div border color is #838bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,139,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 #838bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838bca


Comments

No comments written yet.

Please login to write comment.