Color Hex Logo

#834ace Color Hex

#834ACE
(131,74,206)
0 Favorites   0 Comments

Color spaces of #834ace

RGB 13174206
HSL0.740.570.55
HSV266°64°81°
CMYK 0.360.640.00   0.19
XYZ22.949414.179159.9198
Yxy14.17910.23650.1461
Hunter Lab37.655142.8926-67.9883
CIE-Lab44.488750.6220-59.6045

#834ace color RGB value is (131,74,206).

#834ace hex color red value is 131, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #834ace hue: 0.74 , saturation: 0.57 and the lightness value of 834ace is 0.55.

The process color (four color CMYK) of #834ace color hex is 0.36, 0.64, 0.00, 0.19. Web safe color of #834ace is #9933cc. Color #834ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001010 11001110
Octal 203 112 316
Decimal 131 74 206
Hex 83 4A CE

RGB Percentages of Color #834ace

%31.87
%18.00
%50.12

CMYK Percentages of Color #834ace

%36
%64
%0
%19

Triadic Colors of #834ace

#834ace #ce834a #4ace83

Analogous Colors of #834ace

#834ace #c54ace #4a53ce

Monochromatic Colors of #834ace

#834ace

Complementary Color

#834ace #95ce4a

#834ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#834ace Color CSS Codes

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

#834ace Text Font Color

<p style="color:#834ace">Text here</p>

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


#834ace Background Color

<div style="background-color:#834ace">
Div content here</div>

This div background color is #834ace


#834ace Border Color

<div style="border:3px solid #834ace">
Div here</div>

This div border color is #834ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,74,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834ace;
  -webkit-box-shadow: 1px 1px 3px 2px #834ace;
  box-shadow:         1px 1px 3px 2px #834ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834ace


Comments

No comments written yet.

Please login to write comment.