Color Hex Logo

#681cfd Color Hex

#681CFD
(104,28,253)
0 Favorites   0 Comments

Color spaces of #681cfd

RGB 10428253
HSL0.720.980.55
HSV260°89°99°
CMYK 0.590.890.00   0.01
XYZ23.853810.865493.7685
Yxy10.86540.18570.0846
Hunter Lab32.962771.4886-145.5875
CIE-Lab39.352876.7966-94.8452

#681cfd color RGB value is (104,28,253).

#681cfd hex color red value is 104, green value is 28 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #681cfd hue: 0.72 , saturation: 0.98 and the lightness value of 681cfd is 0.55.

The process color (four color CMYK) of #681cfd color hex is 0.59, 0.89, 0.00, 0.01. Web safe color of #681cfd is #6633ff. Color #681cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 11111101
Octal 150 34 375
Decimal 104 28 253
Hex 68 1C FD

RGB Percentages of Color #681cfd

%27.01
%7.27
%65.71

CMYK Percentages of Color #681cfd

%59
%89
%0
%1

Triadic Colors of #681cfd

#681cfd #fd681c #1cfd68

Analogous Colors of #681cfd

#681cfd #d91cfd #1c40fd

Monochromatic Colors of #681cfd

#681cfd

Complementary Color

#681cfd #b1fd1c

#681cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#681cfd Color CSS Codes

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

#681cfd Text Font Color

<p style="color:#681cfd">Text here</p>

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


#681cfd Background Color

<div style="background-color:#681cfd">
Div content here</div>

This div background color is #681cfd


#681cfd Border Color

<div style="border:3px solid #681cfd">
Div here</div>

This div border color is #681cfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,28,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #681cfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #681cfd;
  -webkit-box-shadow: 1px 1px 3px 2px #681cfd;
  box-shadow:         1px 1px 3px 2px #681cfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,28,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 #681cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.