Color Hex Logo

#784bdc Color Hex

#784BDC
(120,75,220)
0 Favorites   0 Comments

Color spaces of #784bdc

RGB 12075220
HSL0.720.670.58
HSV259°66°86°
CMYK 0.450.660.00   0.14
XYZ23.180114.192569.2279
Yxy14.19250.21740.1331
Hunter Lab37.672943.9031-82.5804
CIE-Lab44.507751.5797-67.6533

#784bdc color RGB value is (120,75,220).

#784bdc hex color red value is 120, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #784bdc hue: 0.72 , saturation: 0.67 and the lightness value of 784bdc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001011 11011100
Octal 170 113 334
Decimal 120 75 220
Hex 78 4B DC

RGB Percentages of Color #784bdc

%28.92
%18.07
%53.01

CMYK Percentages of Color #784bdc

%45
%66
%0
%14

Triadic Colors of #784bdc

#784bdc #dc784b #4bdc78

Analogous Colors of #784bdc

#784bdc #c14bdc #4b67dc

Monochromatic Colors of #784bdc

#784bdc

Complementary Color

#784bdc #afdc4b

#784bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#784bdc Color CSS Codes

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

#784bdc Text Font Color

<p style="color:#784bdc">Text here</p>

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


#784bdc Background Color

<div style="background-color:#784bdc">
Div content here</div>

This div background color is #784bdc


#784bdc Border Color

<div style="border:3px solid #784bdc">
Div here</div>

This div border color is #784bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784bdc


Comments

No comments written yet.

Please login to write comment.