Color Hex Logo

#7851dc Color Hex

#7851DC
(120,81,220)
0 Favorites   0 Comments

Color spaces of #7851dc

RGB 12081220
HSL0.710.670.59
HSV257°63°86°
CMYK 0.450.630.00   0.14
XYZ23.606415.045269.3700
Yxy15.04520.21850.1393
Hunter Lab38.788140.7556-78.8845
CIE-Lab45.696048.3611-65.7221

#7851dc color RGB value is (120,81,220).

#7851dc hex color red value is 120, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7851dc hue: 0.71 , saturation: 0.67 and the lightness value of 7851dc is 0.59.

The process color (four color CMYK) of #7851dc color hex is 0.45, 0.63, 0.00, 0.14. Web safe color of #7851dc is #6666cc. Color #7851dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010001 11011100
Octal 170 121 334
Decimal 120 81 220
Hex 78 51 DC

RGB Percentages of Color #7851dc

%28.50
%19.24
%52.26

CMYK Percentages of Color #7851dc

%45
%63
%0
%14

Triadic Colors of #7851dc

#7851dc #dc7851 #51dc78

Analogous Colors of #7851dc

#7851dc #be51dc #5170dc

Monochromatic Colors of #7851dc

#7851dc

Complementary Color

#7851dc #b5dc51

#7851dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7851dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7851dc Color CSS Codes

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

#7851dc Text Font Color

<p style="color:#7851dc">Text here</p>

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


#7851dc Background Color

<div style="background-color:#7851dc">
Div content here</div>

This div background color is #7851dc


#7851dc Border Color

<div style="border:3px solid #7851dc">
Div here</div>

This div border color is #7851dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,81,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7851dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7851dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7851dc;
  box-shadow:         1px 1px 3px 2px #7851dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7851dc


Comments

No comments written yet.

Please login to write comment.