Color Hex Logo

#6807bc Color Hex

#6807BC
(104,7,188)
0 Favorites   0 Comments

Color spaces of #6807bc

RGB 1047188
HSL0.760.930.38
HSV272°96°74°
CMYK 0.450.960.00   0.26
XYZ14.86206.725948.0919
Yxy6.72590.21330.0965
Hunter Lab25.934356.9066-91.7916
CIE-Lab31.174666.0315-70.9764

#6807bc color RGB value is (104,7,188).

#6807bc hex color red value is 104, green value is 7 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6807bc hue: 0.76 , saturation: 0.93 and the lightness value of 6807bc is 0.38.

The process color (four color CMYK) of #6807bc color hex is 0.45, 0.96, 0.00, 0.26. Web safe color of #6807bc is #6600cc. Color #6807bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000111 10111100
Octal 150 7 274
Decimal 104 7 188
Hex 68 7 BC

RGB Percentages of Color #6807bc

%34.78
%2.34
%62.88

CMYK Percentages of Color #6807bc

%45
%96
%0
%26

Triadic Colors of #6807bc

#6807bc #bc6807 #07bc68

Analogous Colors of #6807bc

#6807bc #bc07b6 #0e07bc

Monochromatic Colors of #6807bc

#6807bc

Complementary Color

#6807bc #5bbc07

#6807bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6807bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6807bc Color CSS Codes

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

#6807bc Text Font Color

<p style="color:#6807bc">Text here</p>

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


#6807bc Background Color

<div style="background-color:#6807bc">
Div content here</div>

This div background color is #6807bc


#6807bc Border Color

<div style="border:3px solid #6807bc">
Div here</div>

This div border color is #6807bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,7,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6807bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6807bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6807bc;
  box-shadow:         1px 1px 3px 2px #6807bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6807bc


Comments

No comments written yet.

Please login to write comment.