Color Hex Logo

#681fdd Color Hex

#681FDD
(104,31,221)
0 Favorites   0 Comments

Color spaces of #681fdd

RGB 10431221
HSL0.730.750.49
HSV263°86°87°
CMYK 0.530.860.00   0.13
XYZ19.25019.143569.1569
Yxy9.14350.19730.0937
Hunter Lab30.238260.7189-114.4336
CIE-Lab36.259168.3759-81.8162

#681fdd color RGB value is (104,31,221).

#681fdd hex color red value is 104, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #681fdd hue: 0.73 , saturation: 0.75 and the lightness value of 681fdd is 0.49.

The process color (four color CMYK) of #681fdd color hex is 0.53, 0.86, 0.00, 0.13. Web safe color of #681fdd is #6633cc. Color #681fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 11011101
Octal 150 37 335
Decimal 104 31 221
Hex 68 1F DD

RGB Percentages of Color #681fdd

%29.21
%8.71
%62.08

CMYK Percentages of Color #681fdd

%53
%86
%0
%13

Triadic Colors of #681fdd

#681fdd #dd681f #1fdd68

Analogous Colors of #681fdd

#681fdd #c71fdd #1f35dd

Monochromatic Colors of #681fdd

#681fdd

Complementary Color

#681fdd #94dd1f

#681fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#681fdd Color CSS Codes

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

#681fdd Text Font Color

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

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


#681fdd Background Color

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

This div background color is #681fdd


#681fdd Border Color

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

This div border color is #681fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,31,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681fdd


Comments

No comments written yet.

Please login to write comment.