Color Hex Logo

#838acf Color Hex

#838ACF
(131,138,207)
0 Favorites   0 Comments

Color spaces of #838acf

RGB 131138207
HSL0.650.440.66
HSV234°37°81°
CMYK 0.370.330.00   0.19
XYZ29.711027.507262.7750
Yxy27.50720.24760.2292
Hunter Lab52.44739.3361-34.2520
CIE-Lab59.440914.1595-36.3878

#838acf color RGB value is (131,138,207).

#838acf hex color red value is 131, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #838acf hue: 0.65 , saturation: 0.44 and the lightness value of 838acf is 0.66.

The process color (four color CMYK) of #838acf color hex is 0.37, 0.33, 0.00, 0.19. Web safe color of #838acf is #9999cc. Color #838acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001010 11001111
Octal 203 212 317
Decimal 131 138 207
Hex 83 8A CF

RGB Percentages of Color #838acf

%27.52
%28.99
%43.49

CMYK Percentages of Color #838acf

%37
%33
%0
%19

Triadic Colors of #838acf

#838acf #cf838a #8acf83

Analogous Colors of #838acf

#838acf #a283cf #83b0cf

Monochromatic Colors of #838acf

#838acf

Complementary Color

#838acf #cfc883

#838acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#838acf Color CSS Codes

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

#838acf Text Font Color

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

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


#838acf Background Color

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

This div background color is #838acf


#838acf Border Color

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

This div border color is #838acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838acf


Comments

No comments written yet.

Please login to write comment.