Color Hex Logo

#6c47de Color Hex

#6C47DE
(108,71,222)
0 Favorites   0 Comments

Color spaces of #6c47de

RGB 10871222
HSL0.710.700.57
HSV255°68°87°
CMYK 0.510.680.00   0.13
XYZ21.622412.968570.4708
Yxy12.96850.20580.1234
Hunter Lab36.011844.1553-90.8152
CIE-Lab42.715752.1435-71.7661

#6c47de color RGB value is (108,71,222).

#6c47de hex color red value is 108, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6c47de hue: 0.71 , saturation: 0.70 and the lightness value of 6c47de is 0.57.

The process color (four color CMYK) of #6c47de color hex is 0.51, 0.68, 0.00, 0.13. Web safe color of #6c47de is #6633cc. Color #6c47de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000111 11011110
Octal 154 107 336
Decimal 108 71 222
Hex 6C 47 DE

RGB Percentages of Color #6c47de

%26.93
%17.71
%55.36

CMYK Percentages of Color #6c47de

%51
%68
%0
%13

Triadic Colors of #6c47de

#6c47de #de6c47 #47de6c

Analogous Colors of #6c47de

#6c47de #b847de #476ede

Monochromatic Colors of #6c47de

#6c47de

Complementary Color

#6c47de #b9de47

#6c47de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c47de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c47de Color CSS Codes

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

#6c47de Text Font Color

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

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


#6c47de Background Color

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

This div background color is #6c47de


#6c47de Border Color

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

This div border color is #6c47de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c47de


Comments

No comments written yet.

Please login to write comment.