Color Hex Logo

#6c1def Color Hex

#6C1DEF
(108,29,239)
0 Favorites   0 Comments

Color spaces of #6c1def

RGB 10829239
HSL0.730.870.53
HSV263°88°94°
CMYK 0.550.880.00   0.06
XYZ22.203710.298982.4790
Yxy10.29890.19310.0896
Hunter Lab32.091967.3395-129.9162
CIE-Lab38.373673.5706-88.5682

#6c1def color RGB value is (108,29,239).

#6c1def hex color red value is 108, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6c1def hue: 0.73 , saturation: 0.87 and the lightness value of 6c1def is 0.53.

The process color (four color CMYK) of #6c1def color hex is 0.55, 0.88, 0.00, 0.06. Web safe color of #6c1def is #6633ff. Color #6c1def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00011101 11101111
Octal 154 35 357
Decimal 108 29 239
Hex 6C 1D EF

RGB Percentages of Color #6c1def

%28.72
%7.71
%63.56

CMYK Percentages of Color #6c1def

%55
%88
%0
%6

Triadic Colors of #6c1def

#6c1def #ef6c1d #1def6c

Analogous Colors of #6c1def

#6c1def #d51def #1d37ef

Monochromatic Colors of #6c1def

#6c1def

Complementary Color

#6c1def #a0ef1d

#6c1def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c1def Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c1def Color CSS Codes

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

#6c1def Text Font Color

<p style="color:#6c1def">Text here</p>

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


#6c1def Background Color

<div style="background-color:#6c1def">
Div content here</div>

This div background color is #6c1def


#6c1def Border Color

<div style="border:3px solid #6c1def">
Div here</div>

This div border color is #6c1def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,29,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c1def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c1def;
  -webkit-box-shadow: 1px 1px 3px 2px #6c1def;
  box-shadow:         1px 1px 3px 2px #6c1def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c1def


Comments

No comments written yet.

Please login to write comment.