Color Hex Logo

#6b158f Color Hex

#6B158F
(107,21,143)
0 Favorites   0 Comments

Color spaces of #6b158f

RGB 10721143
HSL0.780.740.32
HSV282°85°56°
CMYK 0.250.850.00   0.44
XYZ11.28955.645326.4812
Yxy5.64530.26000.1300
Hunter Lab23.759843.2346-49.4490
CIE-Lab28.499353.9737-48.1176

#6b158f color RGB value is (107,21,143).

#6b158f hex color red value is 107, green value is 21 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #6b158f hue: 0.78 , saturation: 0.74 and the lightness value of 6b158f is 0.32.

The process color (four color CMYK) of #6b158f color hex is 0.25, 0.85, 0.00, 0.44. Web safe color of #6b158f is #660099. Color #6b158f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00010101 10001111
Octal 153 25 217
Decimal 107 21 143
Hex 6B 15 8F

RGB Percentages of Color #6b158f

%39.48
%7.75
%52.77

CMYK Percentages of Color #6b158f

%25
%85
%0
%44

Triadic Colors of #6b158f

#6b158f #8f6b15 #158f6b

Analogous Colors of #6b158f

#6b158f #8f1576 #2e158f

Monochromatic Colors of #6b158f

#6b158f

Complementary Color

#6b158f #398f15

#6b158f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b158f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b158f Color CSS Codes

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

#6b158f Text Font Color

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

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


#6b158f Background Color

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

This div background color is #6b158f


#6b158f Border Color

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

This div border color is #6b158f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,21,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b158f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b158f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b158f;
  box-shadow:         1px 1px 3px 2px #6b158f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,21,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b158f


Comments

No comments written yet.

Please login to write comment.