Color Hex Logo

#7834fb Color Hex

#7834FB
(120,52,251)
0 Favorites   0 Comments

Color spaces of #7834fb

RGB 12052251
HSL0.720.960.59
HSV261°79°98°
CMYK 0.520.790.00   0.02
XYZ26.386313.414192.4653
Yxy13.41410.19950.1014
Hunter Lab36.625364.5043-124.0477
CIE-Lab43.380770.2233-87.0150

#7834fb color RGB value is (120,52,251).

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

The process color (four color CMYK) of #7834fb color hex is 0.52, 0.79, 0.00, 0.02. Web safe color of #7834fb is #6633ff. Color #7834fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110100 11111011
Octal 170 64 373
Decimal 120 52 251
Hex 78 34 FB

RGB Percentages of Color #7834fb

%28.37
%12.29
%59.34

CMYK Percentages of Color #7834fb

%52
%79
%0
%2

Triadic Colors of #7834fb

#7834fb #fb7834 #34fb78

Analogous Colors of #7834fb

#7834fb #dc34fb #3454fb

Monochromatic Colors of #7834fb

#7834fb

Complementary Color

#7834fb #b7fb34

#7834fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7834fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7834fb Color CSS Codes

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

#7834fb Text Font Color

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

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


#7834fb Background Color

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

This div background color is #7834fb


#7834fb Border Color

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

This div border color is #7834fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7834fb


Comments

No comments written yet.

Please login to write comment.