Color Hex Logo

#7834b5 Color Hex

#7834B5
(120,52,181)
0 Favorites   0 Comments

Color spaces of #7834b5

RGB 12052181
HSL0.750.550.46
HSV272°71°71°
CMYK 0.340.710.00   0.29
XYZ17.31429.785244.6922
Yxy9.78520.24120.1363
Hunter Lab31.281344.0575-62.8118
CIE-Lab37.454153.0322-56.4725

#7834b5 color RGB value is (120,52,181).

#7834b5 hex color red value is 120, green value is 52 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7834b5 hue: 0.75 , saturation: 0.55 and the lightness value of 7834b5 is 0.46.

The process color (four color CMYK) of #7834b5 color hex is 0.34, 0.71, 0.00, 0.29. Web safe color of #7834b5 is #6633cc. Color #7834b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110100 10110101
Octal 170 64 265
Decimal 120 52 181
Hex 78 34 B5

RGB Percentages of Color #7834b5

%33.99
%14.73
%51.27

CMYK Percentages of Color #7834b5

%34
%71
%0
%29

Triadic Colors of #7834b5

#7834b5 #b57834 #34b578

Analogous Colors of #7834b5

#7834b5 #b534b2 #3734b5

Monochromatic Colors of #7834b5

#7834b5

Complementary Color

#7834b5 #71b534

#7834b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7834b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7834b5 Color CSS Codes

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

#7834b5 Text Font Color

<p style="color:#7834b5">Text here</p>

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


#7834b5 Background Color

<div style="background-color:#7834b5">
Div content here</div>

This div background color is #7834b5


#7834b5 Border Color

<div style="border:3px solid #7834b5">
Div here</div>

This div border color is #7834b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,52,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7834b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7834b5;
  -webkit-box-shadow: 1px 1px 3px 2px #7834b5;
  box-shadow:         1px 1px 3px 2px #7834b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,52,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7834b5


Comments

No comments written yet.

Please login to write comment.