Color Hex Logo

#7848ba Color Hex

#7848BA
(120,72,186)
0 Favorites   0 Comments

Color spaces of #7848ba

RGB 12072186
HSL0.740.450.51
HSV265°61°73°
CMYK 0.350.610.00   0.27
XYZ18.926012.173047.8065
Yxy12.17300.23990.1543
Hunter Lab34.889835.7702-56.8171
CIE-Lab41.489844.1728-52.8898

#7848ba color RGB value is (120,72,186).

#7848ba hex color red value is 120, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7848ba hue: 0.74 , saturation: 0.45 and the lightness value of 7848ba is 0.51.

The process color (four color CMYK) of #7848ba color hex is 0.35, 0.61, 0.00, 0.27. Web safe color of #7848ba is #6633cc. Color #7848ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001000 10111010
Octal 170 110 272
Decimal 120 72 186
Hex 78 48 BA

RGB Percentages of Color #7848ba

%31.75
%19.05
%49.21

CMYK Percentages of Color #7848ba

%35
%61
%0
%27

Triadic Colors of #7848ba

#7848ba #ba7848 #48ba78

Analogous Colors of #7848ba

#7848ba #b148ba #4851ba

Monochromatic Colors of #7848ba

#7848ba

Complementary Color

#7848ba #8aba48

#7848ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7848ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7848ba Color CSS Codes

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

#7848ba Text Font Color

<p style="color:#7848ba">Text here</p>

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


#7848ba Background Color

<div style="background-color:#7848ba">
Div content here</div>

This div background color is #7848ba


#7848ba Border Color

<div style="border:3px solid #7848ba">
Div here</div>

This div border color is #7848ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,72,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7848ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7848ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7848ba;
  box-shadow:         1px 1px 3px 2px #7848ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7848ba


Comments

No comments written yet.

Please login to write comment.