Color Hex Logo

#785dc1 Color Hex

#785DC1
(120,93,193)
0 Favorites   0 Comments

Color spaces of #785dc1

RGB 12093193
HSL0.710.450.56
HSV256°52°76°
CMYK 0.380.520.00   0.24
XYZ21.285715.672052.3552
Yxy15.67200.23830.1755
Hunter Lab39.587926.6975-50.6999
CIE-Lab46.541234.0619-48.8563

#785dc1 color RGB value is (120,93,193).

#785dc1 hex color red value is 120, green value is 93 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #785dc1 hue: 0.71 , saturation: 0.45 and the lightness value of 785dc1 is 0.56.

The process color (four color CMYK) of #785dc1 color hex is 0.38, 0.52, 0.00, 0.24. Web safe color of #785dc1 is #6666cc. Color #785dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011101 11000001
Octal 170 135 301
Decimal 120 93 193
Hex 78 5D C1

RGB Percentages of Color #785dc1

%29.56
%22.91
%47.54

CMYK Percentages of Color #785dc1

%38
%52
%0
%24

Triadic Colors of #785dc1

#785dc1 #c1785d #5dc178

Analogous Colors of #785dc1

#785dc1 #aa5dc1 #5d74c1

Monochromatic Colors of #785dc1

#785dc1

Complementary Color

#785dc1 #a6c15d

#785dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785dc1 Color CSS Codes

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

#785dc1 Text Font Color

<p style="color:#785dc1">Text here</p>

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


#785dc1 Background Color

<div style="background-color:#785dc1">
Div content here</div>

This div background color is #785dc1


#785dc1 Border Color

<div style="border:3px solid #785dc1">
Div here</div>

This div border color is #785dc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,93,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #785dc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #785dc1;
  -webkit-box-shadow: 1px 1px 3px 2px #785dc1;
  box-shadow:         1px 1px 3px 2px #785dc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785dc1


Comments

No comments written yet.

Please login to write comment.