Color Hex Logo

#681fca Color Hex

#681FCA
(104,31,202)
0 Favorites   0 Comments

Color spaces of #681fca

RGB 10431202
HSL0.740.730.46
HSV266°85°79°
CMYK 0.490.850.00   0.21
XYZ16.85968.187356.5688
Yxy8.18730.20660.1003
Hunter Lab28.613555.1021-97.1869
CIE-Lab34.370063.8234-73.9366

#681fca color RGB value is (104,31,202).

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

The process color (four color CMYK) of #681fca color hex is 0.49, 0.85, 0.00, 0.21. Web safe color of #681fca is #6633cc. Color #681fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 11001010
Octal 150 37 312
Decimal 104 31 202
Hex 68 1F CA

RGB Percentages of Color #681fca

%30.86
%9.20
%59.94

CMYK Percentages of Color #681fca

%49
%85
%0
%21

Triadic Colors of #681fca

#681fca #ca681f #1fca68

Analogous Colors of #681fca

#681fca #be1fca #1f2cca

Monochromatic Colors of #681fca

#681fca

Complementary Color

#681fca #81ca1f

#681fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#681fca Color CSS Codes

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

#681fca Text Font Color

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

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


#681fca Background Color

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

This div background color is #681fca


#681fca Border Color

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

This div border color is #681fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681fca


Comments

No comments written yet.

Please login to write comment.