Color Hex Logo

#783ede Color Hex

#783EDE
(120,62,222)
0 Favorites   0 Comments

Color spaces of #783ede

RGB 12062222
HSL0.730.710.56
HSV262°72°87°
CMYK 0.460.720.00   0.13
XYZ22.653212.712270.3670
Yxy12.71220.21430.1202
Hunter Lab35.654251.0168-92.0567
CIE-Lab42.326458.5971-72.3524

#783ede color RGB value is (120,62,222).

#783ede hex color red value is 120, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #783ede hue: 0.73 , saturation: 0.71 and the lightness value of 783ede is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111110 11011110
Octal 170 76 336
Decimal 120 62 222
Hex 78 3E DE

RGB Percentages of Color #783ede

%29.70
%15.35
%54.95

CMYK Percentages of Color #783ede

%46
%72
%0
%13

Triadic Colors of #783ede

#783ede #de783e #3ede78

Analogous Colors of #783ede

#783ede #c83ede #3e54de

Monochromatic Colors of #783ede

#783ede

Complementary Color

#783ede #a4de3e

#783ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#783ede Color CSS Codes

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

#783ede Text Font Color

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

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


#783ede Background Color

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

This div background color is #783ede


#783ede Border Color

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

This div border color is #783ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783ede


Comments

No comments written yet.

Please login to write comment.