Color Hex Logo

#783fca Color Hex

#783FCA
(120,63,202)
0 Favorites   0 Comments

Color spaces of #783fca

RGB 12063202
HSL0.740.570.52
HSV265°69°79°
CMYK 0.410.690.00   0.21
XYZ20.183911.812457.0933
Yxy11.81240.22660.1326
Hunter Lab34.369244.6812-74.4328
CIE-Lab40.916452.9746-63.1450

#783fca color RGB value is (120,63,202).

#783fca hex color red value is 120, green value is 63 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #783fca hue: 0.74 , saturation: 0.57 and the lightness value of 783fca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111111 11001010
Octal 170 77 312
Decimal 120 63 202
Hex 78 3F CA

RGB Percentages of Color #783fca

%31.17
%16.36
%52.47

CMYK Percentages of Color #783fca

%41
%69
%0
%21

Triadic Colors of #783fca

#783fca #ca783f #3fca78

Analogous Colors of #783fca

#783fca #be3fca #3f4bca

Monochromatic Colors of #783fca

#783fca

Complementary Color

#783fca #91ca3f

#783fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#783fca Color CSS Codes

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

#783fca Text Font Color

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

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


#783fca Background Color

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

This div background color is #783fca


#783fca Border Color

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

This div border color is #783fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783fca

#783fca Color Palettes


Comments

No comments written yet.

Please login to write comment.