Color Hex Logo

#782ddd Color Hex

#782DDD
(120,45,221)
0 Favorites   0 Comments

Color spaces of #782ddd

RGB 12045221
HSL0.740.720.52
HSV266°80°87°
CMYK 0.460.800.00   0.13
XYZ21.735311.090369.4017
Yxy11.09030.21260.1085
Hunter Lab33.302158.2230-100.2491
CIE-Lab39.732165.5341-76.0309

#782ddd color RGB value is (120,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101101 11011101
Octal 170 55 335
Decimal 120 45 221
Hex 78 2D DD

RGB Percentages of Color #782ddd

%31.09
%11.66
%57.25

CMYK Percentages of Color #782ddd

%46
%80
%0
%13

Triadic Colors of #782ddd

#782ddd #dd782d #2ddd78

Analogous Colors of #782ddd

#782ddd #d02ddd #2d3add

Monochromatic Colors of #782ddd

#782ddd

Complementary Color

#782ddd #92dd2d

#782ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#782ddd Color CSS Codes

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

#782ddd Text Font Color

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

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


#782ddd Background Color

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

This div background color is #782ddd


#782ddd Border Color

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

This div border color is #782ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782ddd


Comments

No comments written yet.

Please login to write comment.