Color Hex Logo

#7708fa Color Hex

#7708FA
(119,8,250)
0 Favorites   0 Comments

Color spaces of #7708fa

RGB 1198250
HSL0.740.960.51
HSV268°97°98°
CMYK 0.520.970.00   0.02
XYZ24.949910.997791.2502
Yxy10.99770.19620.0865
Hunter Lab33.162876.2590-139.9275
CIE-Lab39.576680.5908-92.7405

#7708fa color RGB value is (119,8,250).

#7708fa hex color red value is 119, green value is 8 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7708fa hue: 0.74 , saturation: 0.96 and the lightness value of 7708fa is 0.51.

The process color (four color CMYK) of #7708fa color hex is 0.52, 0.97, 0.00, 0.02. Web safe color of #7708fa is #6600ff. Color #7708fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001000 11111010
Octal 167 10 372
Decimal 119 8 250
Hex 77 8 FA

RGB Percentages of Color #7708fa

%31.56
%2.12
%66.31

CMYK Percentages of Color #7708fa

%52
%97
%0
%2

Triadic Colors of #7708fa

#7708fa #fa7708 #08fa77

Analogous Colors of #7708fa

#7708fa #f008fa #0812fa

Monochromatic Colors of #7708fa

#7708fa

Complementary Color

#7708fa #8bfa08

#7708fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7708fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7708fa Color CSS Codes

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

#7708fa Text Font Color

<p style="color:#7708fa">Text here</p>

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


#7708fa Background Color

<div style="background-color:#7708fa">
Div content here</div>

This div background color is #7708fa


#7708fa Border Color

<div style="border:3px solid #7708fa">
Div here</div>

This div border color is #7708fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,8,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7708fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7708fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7708fa;
  box-shadow:         1px 1px 3px 2px #7708fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,8,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7708fa


Comments

No comments written yet.

Please login to write comment.