Color Hex Logo

#783fd1 Color Hex

#783FD1
(120,63,209)
0 Favorites   0 Comments

Color spaces of #783fd1

RGB 12063209
HSL0.730.610.53
HSV263°70°82°
CMYK 0.430.700.00   0.18
XYZ21.031912.151561.5586
Yxy12.15150.22200.1283
Hunter Lab34.859046.6933-80.3008
CIE-Lab41.455954.7696-66.3143

#783fd1 color RGB value is (120,63,209).

#783fd1 hex color red value is 120, green value is 63 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #783fd1 hue: 0.73 , saturation: 0.61 and the lightness value of 783fd1 is 0.53.

The process color (four color CMYK) of #783fd1 color hex is 0.43, 0.70, 0.00, 0.18. Web safe color of #783fd1 is #6633cc. Color #783fd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111111 11010001
Octal 170 77 321
Decimal 120 63 209
Hex 78 3F D1

RGB Percentages of Color #783fd1

%30.61
%16.07
%53.32

CMYK Percentages of Color #783fd1

%43
%70
%0
%18

Triadic Colors of #783fd1

#783fd1 #d1783f #3fd178

Analogous Colors of #783fd1

#783fd1 #c13fd1 #3f4fd1

Monochromatic Colors of #783fd1

#783fd1

Complementary Color

#783fd1 #98d13f

#783fd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783fd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783fd1 Color CSS Codes

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

#783fd1 Text Font Color

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

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


#783fd1 Background Color

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

This div background color is #783fd1


#783fd1 Border Color

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

This div border color is #783fd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783fd1


Comments

No comments written yet.

Please login to write comment.