Color Hex Logo

#782edc Color Hex

#782EDC
(120,46,220)
0 Favorites   0 Comments

Color spaces of #782edc

RGB 12046220
HSL0.740.710.52
HSV266°79°86°
CMYK 0.450.790.00   0.14
XYZ21.641011.114468.7148
Yxy11.11440.21330.1095
Hunter Lab33.338357.5284-98.8681
CIE-Lab39.772564.9174-75.3916

#782edc color RGB value is (120,46,220).

#782edc hex color red value is 120, green value is 46 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #782edc hue: 0.74 , saturation: 0.71 and the lightness value of 782edc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101110 11011100
Octal 170 56 334
Decimal 120 46 220
Hex 78 2E DC

RGB Percentages of Color #782edc

%31.09
%11.92
%56.99

CMYK Percentages of Color #782edc

%45
%79
%0
%14

Triadic Colors of #782edc

#782edc #dc782e #2edc78

Analogous Colors of #782edc

#782edc #cf2edc #2e3bdc

Monochromatic Colors of #782edc

#782edc

Complementary Color

#782edc #92dc2e

#782edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#782edc Color CSS Codes

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

#782edc Text Font Color

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

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


#782edc Background Color

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

This div background color is #782edc


#782edc Border Color

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

This div border color is #782edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782edc


Comments

No comments written yet.

Please login to write comment.