Color Hex Logo

#7807fe Color Hex

#7807FE
(120,7,254)
0 Favorites   0 Comments

Color spaces of #7807fe

RGB 1207254
HSL0.740.990.51
HSV267°97°100°
CMYK 0.530.970.00   0.00
XYZ25.711111.300894.5921
Yxy11.30080.19540.0859
Hunter Lab33.616777.6934-143.3012
CIE-Lab40.082581.6332-94.1425

#7807fe color RGB value is (120,7,254).

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

The process color (four color CMYK) of #7807fe color hex is 0.53, 0.97, 0.00, 0.00. Web safe color of #7807fe is #6600ff. Color #7807fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000111 11111110
Octal 170 7 376
Decimal 120 7 254
Hex 78 7 FE

RGB Percentages of Color #7807fe

%31.50
%1.84
%66.67

CMYK Percentages of Color #7807fe

%53
%97
%0
%0

Triadic Colors of #7807fe

#7807fe #fe7807 #07fe78

Analogous Colors of #7807fe

#7807fe #f407fe #0711fe

Monochromatic Colors of #7807fe

#7807fe

Complementary Color

#7807fe #8dfe07

#7807fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7807fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7807fe Color CSS Codes

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

#7807fe Text Font Color

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

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


#7807fe Background Color

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

This div background color is #7807fe


#7807fe Border Color

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

This div border color is #7807fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7807fe

Related Colors


Comments

No comments written yet.

Please login to write comment.