Color Hex Logo

#834edc Color Hex

#834EDC
(131,78,220)
0 Favorites   0 Comments

Color spaces of #834edc

RGB 13178220
HSL0.730.670.58
HSV262°65°86°
CMYK 0.400.650.00   0.14
XYZ25.002715.441469.3728
Yxy15.44140.22770.1406
Hunter Lab39.295544.8075-77.1643
CIE-Lab46.232952.1254-64.7988

#834edc color RGB value is (131,78,220).

#834edc hex color red value is 131, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #834edc hue: 0.73 , saturation: 0.67 and the lightness value of 834edc is 0.58.

The process color (four color CMYK) of #834edc color hex is 0.40, 0.65, 0.00, 0.14. Web safe color of #834edc is #9966cc. Color #834edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001110 11011100
Octal 203 116 334
Decimal 131 78 220
Hex 83 4E DC

RGB Percentages of Color #834edc

%30.54
%18.18
%51.28

CMYK Percentages of Color #834edc

%40
%65
%0
%14

Triadic Colors of #834edc

#834edc #dc834e #4edc83

Analogous Colors of #834edc

#834edc #ca4edc #4e60dc

Monochromatic Colors of #834edc

#834edc

Complementary Color

#834edc #a7dc4e

#834edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#834edc Color CSS Codes

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

#834edc Text Font Color

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

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


#834edc Background Color

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

This div background color is #834edc


#834edc Border Color

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

This div border color is #834edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834edc


Comments

No comments written yet.

Please login to write comment.