Color Hex Logo

#7810d8 Color Hex

#7810D8
(120,16,216)
0 Favorites   0 Comments

Color spaces of #7810d8

RGB 12016216
HSL0.750.860.45
HSV271°93°85°
CMYK 0.440.930.00   0.15
XYZ20.32579.321565.6937
Yxy9.32150.21320.0978
Hunter Lab30.531165.4046-106.2022
CIE-Lab36.596172.2936-78.3163

#7810d8 color RGB value is (120,16,216).

#7810d8 hex color red value is 120, green value is 16 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #7810d8 hue: 0.75 , saturation: 0.86 and the lightness value of 7810d8 is 0.45.

The process color (four color CMYK) of #7810d8 color hex is 0.44, 0.93, 0.00, 0.15. Web safe color of #7810d8 is #6600cc. Color #7810d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 11011000
Octal 170 20 330
Decimal 120 16 216
Hex 78 10 D8

RGB Percentages of Color #7810d8

%34.09
%4.55
%61.36

CMYK Percentages of Color #7810d8

%44
%93
%0
%15

Triadic Colors of #7810d8

#7810d8 #d87810 #10d878

Analogous Colors of #7810d8

#7810d8 #d810d4 #1410d8

Monochromatic Colors of #7810d8

#7810d8

Complementary Color

#7810d8 #70d810

#7810d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7810d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7810d8 Color CSS Codes

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

#7810d8 Text Font Color

<p style="color:#7810d8">Text here</p>

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


#7810d8 Background Color

<div style="background-color:#7810d8">
Div content here</div>

This div background color is #7810d8


#7810d8 Border Color

<div style="border:3px solid #7810d8">
Div here</div>

This div border color is #7810d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,16,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7810d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7810d8;
  -webkit-box-shadow: 1px 1px 3px 2px #7810d8;
  box-shadow:         1px 1px 3px 2px #7810d8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7810d8


Comments

No comments written yet.

Please login to write comment.