Color Hex Logo

#785cd1 Color Hex

#785CD1
(120,92,209)
0 Favorites   0 Comments

Color spaces of #785cd1

RGB 12092209
HSL0.710.560.59
HSV254°56°82°
CMYK 0.430.560.00   0.18
XYZ23.081516.250862.2418
Yxy16.25080.22720.1600
Hunter Lab40.312331.6568-63.3246
CIE-Lab47.301839.0927-56.8446

#785cd1 color RGB value is (120,92,209).

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

The process color (four color CMYK) of #785cd1 color hex is 0.43, 0.56, 0.00, 0.18. Web safe color of #785cd1 is #6666cc. Color #785cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011100 11010001
Octal 170 134 321
Decimal 120 92 209
Hex 78 5C D1

RGB Percentages of Color #785cd1

%28.50
%21.85
%49.64

CMYK Percentages of Color #785cd1

%43
%56
%0
%18

Triadic Colors of #785cd1

#785cd1 #d1785c #5cd178

Analogous Colors of #785cd1

#785cd1 #b35cd1 #5c7bd1

Monochromatic Colors of #785cd1

#785cd1

Complementary Color

#785cd1 #b5d15c

#785cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785cd1 Color CSS Codes

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

#785cd1 Text Font Color

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

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


#785cd1 Background Color

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

This div background color is #785cd1


#785cd1 Border Color

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

This div border color is #785cd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,92,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 #785cd1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785cd1


Comments

No comments written yet.

Please login to write comment.