Color Hex Logo

#7800da Color Hex

#7800DA
(120,0,218)
0 Favorites   0 Comments

Color spaces of #7800da

RGB 1200218
HSL0.761.000.43
HSV273°100°85°
CMYK 0.451.000.00   0.15
XYZ20.40069.055067.0022
Yxy9.05500.21150.0939
Hunter Lab30.091568.3542-110.9518
CIE-Lab36.090074.8419-80.3035

#7800da color RGB value is (120,0,218).

#7800da hex color red value is 120, green value is 0 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7800da hue: 0.76 , saturation: 1.00 and the lightness value of 7800da is 0.43.

The process color (four color CMYK) of #7800da color hex is 0.45, 1.00, 0.00, 0.15. Web safe color of #7800da is #6600cc. Color #7800da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000000 11011010
Octal 170 0 332
Decimal 120 0 218
Hex 78 0 DA

RGB Percentages of Color #7800da

%35.50
%0.00
%64.50

CMYK Percentages of Color #7800da

%45
%100
%0
%15

Triadic Colors of #7800da

#7800da #da7800 #00da78

Analogous Colors of #7800da

#7800da #da00cf #0b00da

Monochromatic Colors of #7800da

#7800da

Complementary Color

#7800da #62da00

#7800da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7800da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7800da Color CSS Codes

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

#7800da Text Font Color

<p style="color:#7800da">Text here</p>

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


#7800da Background Color

<div style="background-color:#7800da">
Div content here</div>

This div background color is #7800da


#7800da Border Color

<div style="border:3px solid #7800da">
Div here</div>

This div border color is #7800da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,0,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7800da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7800da;
  -webkit-box-shadow: 1px 1px 3px 2px #7800da;
  box-shadow:         1px 1px 3px 2px #7800da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7800da


Comments

No comments written yet.

Please login to write comment.