Color Hex Logo

#783cd7 Color Hex

#783CD7
(120,60,215)
0 Favorites   0 Comments

Color spaces of #783cd7

RGB 12060215
HSL0.730.660.54
HSV263°72°84°
CMYK 0.440.720.00   0.16
XYZ21.627312.131165.4916
Yxy12.13110.21790.1222
Hunter Lab34.829749.8864-87.1043
CIE-Lab41.423757.7355-69.8193

#783cd7 color RGB value is (120,60,215).

#783cd7 hex color red value is 120, green value is 60 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #783cd7 hue: 0.73 , saturation: 0.66 and the lightness value of 783cd7 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 11010111
Octal 170 74 327
Decimal 120 60 215
Hex 78 3C D7

RGB Percentages of Color #783cd7

%30.38
%15.19
%54.43

CMYK Percentages of Color #783cd7

%44
%72
%0
%16

Triadic Colors of #783cd7

#783cd7 #d7783c #3cd778

Analogous Colors of #783cd7

#783cd7 #c63cd7 #3c4dd7

Monochromatic Colors of #783cd7

#783cd7

Complementary Color

#783cd7 #9bd73c

#783cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783cd7 Color CSS Codes

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

#783cd7 Text Font Color

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

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


#783cd7 Background Color

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

This div background color is #783cd7


#783cd7 Border Color

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

This div border color is #783cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783cd7


Comments

No comments written yet.

Please login to write comment.