Color Hex Logo

#785dfd Color Hex

#785DFD
(120,93,253)
0 Favorites   0 Comments

Color spaces of #785dfd

RGB 12093253
HSL0.690.980.68
HSV250°63°99°
CMYK 0.530.630.00   0.01
XYZ29.389718.913695.0302
Yxy18.91360.20500.1320
Hunter Lab43.489844.5204-99.1127
CIE-Lab50.586051.0996-76.3273

#785dfd color RGB value is (120,93,253).

#785dfd hex color red value is 120, green value is 93 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #785dfd hue: 0.69 , saturation: 0.98 and the lightness value of 785dfd is 0.68.

The process color (four color CMYK) of #785dfd color hex is 0.53, 0.63, 0.00, 0.01. Web safe color of #785dfd is #6666ff. Color #785dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011101 11111101
Octal 170 135 375
Decimal 120 93 253
Hex 78 5D FD

RGB Percentages of Color #785dfd

%25.75
%19.96
%54.29

CMYK Percentages of Color #785dfd

%53
%63
%0
%1

Triadic Colors of #785dfd

#785dfd #fd785d #5dfd78

Analogous Colors of #785dfd

#785dfd #c85dfd #5d92fd

Monochromatic Colors of #785dfd

#785dfd

Complementary Color

#785dfd #e2fd5d

#785dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#785dfd Color CSS Codes

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

#785dfd Text Font Color

<p style="color:#785dfd">Text here</p>

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


#785dfd Background Color

<div style="background-color:#785dfd">
Div content here</div>

This div background color is #785dfd


#785dfd Border Color

<div style="border:3px solid #785dfd">
Div here</div>

This div border color is #785dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,93,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #785dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #785dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #785dfd;
  box-shadow:         1px 1px 3px 2px #785dfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785dfd


Comments

No comments written yet.

Please login to write comment.