Color Hex Logo

#838dfc Color Hex

#838DFC
(131,141,252)
0 Favorites   0 Comments

Color spaces of #838dfc

RGB 131141252
HSL0.650.950.75
HSV235°48°99°
CMYK 0.480.440.00   0.01
XYZ36.455630.903396.1390
Yxy30.90330.22300.1890
Hunter Lab55.590719.7739-63.6230
CIE-Lab62.425925.2404-56.6541

#838dfc color RGB value is (131,141,252).

#838dfc hex color red value is 131, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #838dfc hue: 0.65 , saturation: 0.95 and the lightness value of 838dfc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001101 11111100
Octal 203 215 374
Decimal 131 141 252
Hex 83 8D FC

RGB Percentages of Color #838dfc

%25.00
%26.91
%48.09

CMYK Percentages of Color #838dfc

%48
%44
%0
%1

Triadic Colors of #838dfc

#838dfc #fc838d #8dfc83

Analogous Colors of #838dfc

#838dfc #b683fc #83cafc

Monochromatic Colors of #838dfc

#838dfc

Complementary Color

#838dfc #fcf283

#838dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#838dfc Color CSS Codes

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

#838dfc Text Font Color

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

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


#838dfc Background Color

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

This div background color is #838dfc


#838dfc Border Color

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

This div border color is #838dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838dfc


Comments

No comments written yet.

Please login to write comment.