Color Hex Logo

#7845c1 Color Hex

#7845C1
(120,69,193)
0 Favorites   0 Comments

Color spaces of #7845c1

RGB 12069193
HSL0.740.500.51
HSV265°64°76°
CMYK 0.380.640.00   0.24
XYZ19.499512.099651.7598
Yxy12.09960.23390.1452
Hunter Lab34.784539.1908-63.8752
CIE-Lab41.374047.5917-57.1690

#7845c1 color RGB value is (120,69,193).

#7845c1 hex color red value is 120, green value is 69 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #7845c1 hue: 0.74 , saturation: 0.50 and the lightness value of 7845c1 is 0.51.

The process color (four color CMYK) of #7845c1 color hex is 0.38, 0.64, 0.00, 0.24. Web safe color of #7845c1 is #6633cc. Color #7845c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000101 11000001
Octal 170 105 301
Decimal 120 69 193
Hex 78 45 C1

RGB Percentages of Color #7845c1

%31.41
%18.06
%50.52

CMYK Percentages of Color #7845c1

%38
%64
%0
%24

Triadic Colors of #7845c1

#7845c1 #c17845 #45c178

Analogous Colors of #7845c1

#7845c1 #b645c1 #4550c1

Monochromatic Colors of #7845c1

#7845c1

Complementary Color

#7845c1 #8ec145

#7845c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7845c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7845c1 Color CSS Codes

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

#7845c1 Text Font Color

<p style="color:#7845c1">Text here</p>

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


#7845c1 Background Color

<div style="background-color:#7845c1">
Div content here</div>

This div background color is #7845c1


#7845c1 Border Color

<div style="border:3px solid #7845c1">
Div here</div>

This div border color is #7845c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,69,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7845c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7845c1;
  -webkit-box-shadow: 1px 1px 3px 2px #7845c1;
  box-shadow:         1px 1px 3px 2px #7845c1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7845c1


Comments

No comments written yet.

Please login to write comment.