Color Hex Logo

#7835fe Color Hex

#7835FE
(120,53,254)
0 Favorites   0 Comments

Color spaces of #7835fe

RGB 12053254
HSL0.720.990.60
HSV260°79°100°
CMYK 0.530.790.00   0.00
XYZ26.908213.695094.9911
Yxy13.69500.19840.1010
Hunter Lab37.006865.0284-126.2843
CIE-Lab43.792370.5855-88.0143

#7835fe color RGB value is (120,53,254).

#7835fe hex color red value is 120, green value is 53 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7835fe hue: 0.72 , saturation: 0.99 and the lightness value of 7835fe is 0.60.

The process color (four color CMYK) of #7835fe color hex is 0.53, 0.79, 0.00, 0.00. Web safe color of #7835fe is #6633ff. Color #7835fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110101 11111110
Octal 170 65 376
Decimal 120 53 254
Hex 78 35 FE

RGB Percentages of Color #7835fe

%28.10
%12.41
%59.48

CMYK Percentages of Color #7835fe

%53
%79
%0
%0

Triadic Colors of #7835fe

#7835fe #fe7835 #35fe78

Analogous Colors of #7835fe

#7835fe #dd35fe #3556fe

Monochromatic Colors of #7835fe

#7835fe

Complementary Color

#7835fe #bbfe35

#7835fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7835fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7835fe Color CSS Codes

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

#7835fe Text Font Color

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

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


#7835fe Background Color

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

This div background color is #7835fe


#7835fe Border Color

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

This div border color is #7835fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7835fe

Related Colors


Comments

No comments written yet.

Please login to write comment.