Color Hex Logo

#783acc Color Hex

#783ACC
(120,58,204)
0 Favorites   0 Comments

Color spaces of #783acc

RGB 12058204
HSL0.740.590.51
HSV265°72°80°
CMYK 0.410.720.00   0.20
XYZ20.157911.378858.2606
Yxy11.37880.22450.1267
Hunter Lab33.732547.6364-78.7892
CIE-Lab40.211355.8857-65.4524

#783acc color RGB value is (120,58,204).

#783acc hex color red value is 120, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #783acc hue: 0.74 , saturation: 0.59 and the lightness value of 783acc is 0.51.

The process color (four color CMYK) of #783acc color hex is 0.41, 0.72, 0.00, 0.20. Web safe color of #783acc is #6633cc. Color #783acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 11001100
Octal 170 72 314
Decimal 120 58 204
Hex 78 3A CC

RGB Percentages of Color #783acc

%31.41
%15.18
%53.40

CMYK Percentages of Color #783acc

%41
%72
%0
%20

Triadic Colors of #783acc

#783acc #cc783a #3acc78

Analogous Colors of #783acc

#783acc #c13acc #3a45cc

Monochromatic Colors of #783acc

#783acc

Complementary Color

#783acc #8ecc3a

#783acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#783acc Color CSS Codes

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

#783acc Text Font Color

<p style="color:#783acc">Text here</p>

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


#783acc Background Color

<div style="background-color:#783acc">
Div content here</div>

This div background color is #783acc


#783acc Border Color

<div style="border:3px solid #783acc">
Div here</div>

This div border color is #783acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,58,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #783acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #783acc;
  -webkit-box-shadow: 1px 1px 3px 2px #783acc;
  box-shadow:         1px 1px 3px 2px #783acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783acc


Comments

No comments written yet.

Please login to write comment.