Color Hex Logo

#785edc Color Hex

#785EDC
(120,94,220)
0 Favorites   0 Comments

Color spaces of #785edc

RGB 12094220
HSL0.700.640.62
HSV252°57°86°
CMYK 0.450.570.00   0.14
XYZ24.666717.165869.7234
Yxy17.16580.22110.1539
Hunter Lab41.431633.7663-70.7743
CIE-Lab48.468341.0487-61.2341

#785edc color RGB value is (120,94,220).

#785edc hex color red value is 120, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #785edc hue: 0.70 , saturation: 0.64 and the lightness value of 785edc is 0.62.

The process color (four color CMYK) of #785edc color hex is 0.45, 0.57, 0.00, 0.14. Web safe color of #785edc is #6666cc. Color #785edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 11011100
Octal 170 136 334
Decimal 120 94 220
Hex 78 5E DC

RGB Percentages of Color #785edc

%27.65
%21.66
%50.69

CMYK Percentages of Color #785edc

%45
%57
%0
%14

Triadic Colors of #785edc

#785edc #dc785e #5edc78

Analogous Colors of #785edc

#785edc #b75edc #5e83dc

Monochromatic Colors of #785edc

#785edc

Complementary Color

#785edc #c2dc5e

#785edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#785edc Color CSS Codes

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

#785edc Text Font Color

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

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


#785edc Background Color

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

This div background color is #785edc


#785edc Border Color

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

This div border color is #785edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785edc


Comments

No comments written yet.

Please login to write comment.