Color Hex Logo

#681dcf Color Hex

#681DCF
(104,29,207)
0 Favorites   0 Comments

Color spaces of #681dcf

RGB 10429207
HSL0.740.750.46
HSV265°86°81°
CMYK 0.500.860.00   0.19
XYZ17.41088.326859.7211
Yxy8.32680.20370.0974
Hunter Lab28.856257.2022-102.5079
CIE-Lab34.654465.6261-76.3788

#681dcf color RGB value is (104,29,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011101 11001111
Octal 150 35 317
Decimal 104 29 207
Hex 68 1D CF

RGB Percentages of Color #681dcf

%30.59
%8.53
%60.88

CMYK Percentages of Color #681dcf

%50
%86
%0
%19

Triadic Colors of #681dcf

#681dcf #cf681d #1dcf68

Analogous Colors of #681dcf

#681dcf #c11dcf #1d2bcf

Monochromatic Colors of #681dcf

#681dcf

Complementary Color

#681dcf #84cf1d

#681dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#681dcf Color CSS Codes

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

#681dcf Text Font Color

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

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


#681dcf Background Color

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

This div background color is #681dcf


#681dcf Border Color

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

This div border color is #681dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681dcf


Comments

No comments written yet.

Please login to write comment.