Color Hex Logo

#7834ca Color Hex

#7834CA
(120,52,202)
0 Favorites   0 Comments

Color spaces of #7834ca

RGB 12052202
HSL0.740.590.50
HSV267°74°79°
CMYK 0.410.740.00   0.21
XYZ19.634410.713356.9101
Yxy10.71330.22500.1228
Hunter Lab32.731249.7970-80.1764
CIE-Lab39.093358.1006-66.1155

#7834ca color RGB value is (120,52,202).

#7834ca hex color red value is 120, green value is 52 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7834ca hue: 0.74 , saturation: 0.59 and the lightness value of 7834ca is 0.50.

The process color (four color CMYK) of #7834ca color hex is 0.41, 0.74, 0.00, 0.21. Web safe color of #7834ca is #6633cc. Color #7834ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110100 11001010
Octal 170 64 312
Decimal 120 52 202
Hex 78 34 CA

RGB Percentages of Color #7834ca

%32.09
%13.90
%54.01

CMYK Percentages of Color #7834ca

%41
%74
%0
%21

Triadic Colors of #7834ca

#7834ca #ca7834 #34ca78

Analogous Colors of #7834ca

#7834ca #c334ca #343bca

Monochromatic Colors of #7834ca

#7834ca

Complementary Color

#7834ca #86ca34

#7834ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7834ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7834ca Color CSS Codes

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

#7834ca Text Font Color

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

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


#7834ca Background Color

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

This div background color is #7834ca


#7834ca Border Color

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

This div border color is #7834ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7834ca


Comments

No comments written yet.

Please login to write comment.