Color Hex Logo

#781ddc Color Hex

#781DDC
(120,29,220)
0 Favorites   0 Comments

Color spaces of #781ddc

RGB 12029220
HSL0.750.770.49
HSV269°87°86°
CMYK 0.450.870.00   0.14
XYZ21.103410.039168.5356
Yxy10.03910.21170.1007
Hunter Lab31.684563.4415-106.0687
CIE-Lab37.912570.3851-78.4492

#781ddc color RGB value is (120,29,220).

#781ddc hex color red value is 120, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #781ddc hue: 0.75 , saturation: 0.77 and the lightness value of 781ddc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011101 11011100
Octal 170 35 334
Decimal 120 29 220
Hex 78 1D DC

RGB Percentages of Color #781ddc

%32.52
%7.86
%59.62

CMYK Percentages of Color #781ddc

%45
%87
%0
%14

Triadic Colors of #781ddc

#781ddc #dc781d #1ddc78

Analogous Colors of #781ddc

#781ddc #d81ddc #1d21dc

Monochromatic Colors of #781ddc

#781ddc

Complementary Color

#781ddc #81dc1d

#781ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#781ddc Color CSS Codes

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

#781ddc Text Font Color

<p style="color:#781ddc">Text here</p>

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


#781ddc Background Color

<div style="background-color:#781ddc">
Div content here</div>

This div background color is #781ddc


#781ddc Border Color

<div style="border:3px solid #781ddc">
Div here</div>

This div border color is #781ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781ddc


Comments

No comments written yet.

Please login to write comment.