Color Hex Logo

#7837fe Color Hex

#7837FE
(120,55,254)
0 Favorites   0 Comments

Color spaces of #7837fe

RGB 12055254
HSL0.720.990.61
HSV260°78°100°
CMYK 0.530.780.00   0.00
XYZ27.001313.881295.0221
Yxy13.88120.19870.1021
Hunter Lab37.257564.1622-125.1340
CIE-Lab44.062169.8009-87.5700

#7837fe color RGB value is (120,55,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110111 11111110
Octal 170 67 376
Decimal 120 55 254
Hex 78 37 FE

RGB Percentages of Color #7837fe

%27.97
%12.82
%59.21

CMYK Percentages of Color #7837fe

%53
%78
%0
%0

Triadic Colors of #7837fe

#7837fe #fe7837 #37fe78

Analogous Colors of #7837fe

#7837fe #dc37fe #3759fe

Monochromatic Colors of #7837fe

#7837fe

Complementary Color

#7837fe #bdfe37

#7837fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7837fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7837fe Color CSS Codes

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

#7837fe Text Font Color

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

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


#7837fe Background Color

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

This div background color is #7837fe


#7837fe Border Color

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

This div border color is #7837fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,55,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 #7837fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7837fe

Related Colors


Comments

No comments written yet.

Please login to write comment.