Color Hex Logo

#6c2def Color Hex

#6C2DEF
(108,45,239)
0 Favorites   0 Comments

Color spaces of #6c2def

RGB 10845239
HSL0.720.860.56
HSV259°81°94°
CMYK 0.550.810.00   0.06
XYZ22.702711.296982.6453
Yxy11.29690.19460.0968
Hunter Lab33.610961.7501-122.2598
CIE-Lab40.076168.5222-85.7554

#6c2def color RGB value is (108,45,239).

#6c2def hex color red value is 108, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6c2def hue: 0.72 , saturation: 0.86 and the lightness value of 6c2def is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 00101101 11101111
Octal 154 55 357
Decimal 108 45 239
Hex 6C 2D EF

RGB Percentages of Color #6c2def

%27.55
%11.48
%60.97

CMYK Percentages of Color #6c2def

%55
%81
%0
%6

Triadic Colors of #6c2def

#6c2def #ef6c2d #2def6c

Analogous Colors of #6c2def

#6c2def #cd2def #2d4fef

Monochromatic Colors of #6c2def

#6c2def

Complementary Color

#6c2def #b0ef2d

#6c2def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c2def Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c2def Color CSS Codes

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

#6c2def Text Font Color

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

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


#6c2def Background Color

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

This div background color is #6c2def


#6c2def Border Color

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

This div border color is #6c2def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,45,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 #6c2def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c2def


Comments

No comments written yet.

Please login to write comment.