Color Hex Logo

#783dda Color Hex

#783DDA
(120,61,218)
0 Favorites   0 Comments

Color spaces of #783dda

RGB 12061218
HSL0.730.680.55
HSV263°72°85°
CMYK 0.450.720.00   0.15
XYZ22.069412.392567.5585
Yxy12.39250.21630.1215
Hunter Lab35.203050.2997-89.1421
CIE-Lab41.833358.0363-70.8708

#783dda color RGB value is (120,61,218).

#783dda hex color red value is 120, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #783dda hue: 0.73 , saturation: 0.68 and the lightness value of 783dda is 0.55.

The process color (four color CMYK) of #783dda color hex is 0.45, 0.72, 0.00, 0.15. Web safe color of #783dda is #6633cc. Color #783dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111101 11011010
Octal 170 75 332
Decimal 120 61 218
Hex 78 3D DA

RGB Percentages of Color #783dda

%30.08
%15.29
%54.64

CMYK Percentages of Color #783dda

%45
%72
%0
%15

Triadic Colors of #783dda

#783dda #da783d #3dda78

Analogous Colors of #783dda

#783dda #c73dda #3d50da

Monochromatic Colors of #783dda

#783dda

Complementary Color

#783dda #9fda3d

#783dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#783dda Color CSS Codes

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

#783dda Text Font Color

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

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


#783dda Background Color

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

This div background color is #783dda


#783dda Border Color

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

This div border color is #783dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783dda


Comments

No comments written yet.

Please login to write comment.