Color Hex Logo

#783ebd Color Hex

#783EBD
(120,62,189)
0 Favorites   0 Comments

Color spaces of #783ebd

RGB 12062189
HSL0.740.510.49
HSV267°67°74°
CMYK 0.370.670.00   0.26
XYZ18.653711.112449.3059
Yxy11.11240.23590.1405
Hunter Lab33.335341.5481-64.3606
CIE-Lab39.769150.1823-57.4292

#783ebd color RGB value is (120,62,189).

#783ebd hex color red value is 120, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #783ebd hue: 0.74 , saturation: 0.51 and the lightness value of 783ebd is 0.49.

The process color (four color CMYK) of #783ebd color hex is 0.37, 0.67, 0.00, 0.26. Web safe color of #783ebd is #6633cc. Color #783ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111110 10111101
Octal 170 76 275
Decimal 120 62 189
Hex 78 3E BD

RGB Percentages of Color #783ebd

%32.35
%16.71
%50.94

CMYK Percentages of Color #783ebd

%37
%67
%0
%26

Triadic Colors of #783ebd

#783ebd #bd783e #3ebd78

Analogous Colors of #783ebd

#783ebd #b83ebd #3e44bd

Monochromatic Colors of #783ebd

#783ebd

Complementary Color

#783ebd #83bd3e

#783ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#783ebd Color CSS Codes

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

#783ebd Text Font Color

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

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


#783ebd Background Color

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

This div background color is #783ebd


#783ebd Border Color

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

This div border color is #783ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783ebd


Comments

No comments written yet.

Please login to write comment.