Color Hex Logo

#7835ea Color Hex

#7835EA
(120,53,234)
0 Favorites   0 Comments

Color spaces of #7835ea

RGB 12053234
HSL0.730.810.56
HSV262°77°92°
CMYK 0.490.770.00   0.08
XYZ23.870112.479878.9926
Yxy12.47980.20690.1082
Hunter Lab35.326858.7896-107.8470
CIE-Lab41.968765.5930-79.7638

#7835ea color RGB value is (120,53,234).

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

The process color (four color CMYK) of #7835ea color hex is 0.49, 0.77, 0.00, 0.08. Web safe color of #7835ea is #6633ff. Color #7835ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110101 11101010
Octal 170 65 352
Decimal 120 53 234
Hex 78 35 EA

RGB Percentages of Color #7835ea

%29.48
%13.02
%57.49

CMYK Percentages of Color #7835ea

%49
%77
%0
%8

Triadic Colors of #7835ea

#7835ea #ea7835 #35ea78

Analogous Colors of #7835ea

#7835ea #d335ea #354dea

Monochromatic Colors of #7835ea

#7835ea

Complementary Color

#7835ea #a7ea35

#7835ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7835ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7835ea Color CSS Codes

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

#7835ea Text Font Color

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

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


#7835ea Background Color

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

This div background color is #7835ea


#7835ea Border Color

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

This div border color is #7835ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7835ea


Comments

No comments written yet.

Please login to write comment.