Color Hex Logo

#7835ba Color Hex

#7835BA
(120,53,186)
0 Favorites   0 Comments

Color spaces of #7835ba

RGB 12053186
HSL0.750.560.47
HSV270°72°73°
CMYK 0.350.720.00   0.27
XYZ17.881810.084447.4584
Yxy10.08440.23710.1337
Hunter Lab31.755944.9406-66.3781
CIE-Lab37.993553.7714-58.5480

#7835ba color RGB value is (120,53,186).

#7835ba hex color red value is 120, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7835ba hue: 0.75 , saturation: 0.56 and the lightness value of 7835ba is 0.47.

The process color (four color CMYK) of #7835ba color hex is 0.35, 0.72, 0.00, 0.27. Web safe color of #7835ba is #6633cc. Color #7835ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110101 10111010
Octal 170 65 272
Decimal 120 53 186
Hex 78 35 BA

RGB Percentages of Color #7835ba

%33.43
%14.76
%51.81

CMYK Percentages of Color #7835ba

%35
%72
%0
%27

Triadic Colors of #7835ba

#7835ba #ba7835 #35ba78

Analogous Colors of #7835ba

#7835ba #ba35ba #3535ba

Monochromatic Colors of #7835ba

#7835ba

Complementary Color

#7835ba #77ba35

#7835ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7835ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7835ba Color CSS Codes

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

#7835ba Text Font Color

<p style="color:#7835ba">Text here</p>

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


#7835ba Background Color

<div style="background-color:#7835ba">
Div content here</div>

This div background color is #7835ba


#7835ba Border Color

<div style="border:3px solid #7835ba">
Div here</div>

This div border color is #7835ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,53,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7835ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7835ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7835ba;
  box-shadow:         1px 1px 3px 2px #7835ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7835ba


Comments

No comments written yet.

Please login to write comment.