Color Hex Logo

#6d07ce Color Hex

#6D07CE
(109,7,206)
0 Favorites   0 Comments

Color spaces of #6d07ce

RGB 1097206
HSL0.750.930.42
HSV271°97°81°
CMYK 0.470.970.00   0.19
XYZ17.52327.859458.9860
Yxy7.85940.20770.0932
Hunter Lab28.034662.5119-105.1244
CIE-Lab33.688370.4000-77.3700

#6d07ce color RGB value is (109,7,206).

#6d07ce hex color red value is 109, green value is 7 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6d07ce hue: 0.75 , saturation: 0.93 and the lightness value of 6d07ce is 0.42.

The process color (four color CMYK) of #6d07ce color hex is 0.47, 0.97, 0.00, 0.19. Web safe color of #6d07ce is #6600cc. Color #6d07ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00000111 11001110
Octal 155 7 316
Decimal 109 7 206
Hex 6D 7 CE

RGB Percentages of Color #6d07ce

%33.85
%2.17
%63.98

CMYK Percentages of Color #6d07ce

%47
%97
%0
%19

Triadic Colors of #6d07ce

#6d07ce #ce6d07 #07ce6d

Analogous Colors of #6d07ce

#6d07ce #ce07cc #0a07ce

Monochromatic Colors of #6d07ce

#6d07ce

Complementary Color

#6d07ce #68ce07

#6d07ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d07ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d07ce Color CSS Codes

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

#6d07ce Text Font Color

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

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


#6d07ce Background Color

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

This div background color is #6d07ce


#6d07ce Border Color

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

This div border color is #6d07ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,7,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d07ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d07ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6d07ce;
  box-shadow:         1px 1px 3px 2px #6d07ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,7,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d07ce


Comments

No comments written yet.

Please login to write comment.