Color Hex Logo

#784dcf Color Hex

#784DCF
(120,77,207)
0 Favorites   0 Comments

Color spaces of #784dcf

RGB 12077207
HSL0.720.580.56
HSV260°63°81°
CMYK 0.420.630.00   0.19
XYZ21.662113.805860.5546
Yxy13.80580.22560.1438
Hunter Lab37.156239.0425-70.6175
CIE-Lab43.953146.9966-61.1047

#784dcf color RGB value is (120,77,207).

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

The process color (four color CMYK) of #784dcf color hex is 0.42, 0.63, 0.00, 0.19. Web safe color of #784dcf is #6666cc. Color #784dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001101 11001111
Octal 170 115 317
Decimal 120 77 207
Hex 78 4D CF

RGB Percentages of Color #784dcf

%29.70
%19.06
%51.24

CMYK Percentages of Color #784dcf

%42
%63
%0
%19

Triadic Colors of #784dcf

#784dcf #cf784d #4dcf78

Analogous Colors of #784dcf

#784dcf #b94dcf #4d63cf

Monochromatic Colors of #784dcf

#784dcf

Complementary Color

#784dcf #a4cf4d

#784dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#784dcf Color CSS Codes

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

#784dcf Text Font Color

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

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


#784dcf Background Color

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

This div background color is #784dcf


#784dcf Border Color

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

This div border color is #784dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784dcf


Comments

No comments written yet.

Please login to write comment.