Color Hex Logo

#6817bb Color Hex

#6817BB
(104,23,187)
0 Favorites   0 Comments

Color spaces of #6817bb

RGB 10423187
HSL0.750.780.41
HSV270°88°73°
CMYK 0.440.880.00   0.27
XYZ14.98507.143747.6028
Yxy7.14370.21490.1024
Hunter Lab26.727753.3033-86.8878
CIE-Lab32.131862.6465-68.8079

#6817bb color RGB value is (104,23,187).

#6817bb hex color red value is 104, green value is 23 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6817bb hue: 0.75 , saturation: 0.78 and the lightness value of 6817bb is 0.41.

The process color (four color CMYK) of #6817bb color hex is 0.44, 0.88, 0.00, 0.27. Web safe color of #6817bb is #6600cc. Color #6817bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010111 10111011
Octal 150 27 273
Decimal 104 23 187
Hex 68 17 BB

RGB Percentages of Color #6817bb

%33.12
%7.32
%59.55

CMYK Percentages of Color #6817bb

%44
%88
%0
%27

Triadic Colors of #6817bb

#6817bb #bb6817 #17bb68

Analogous Colors of #6817bb

#6817bb #ba17bb #1718bb

Monochromatic Colors of #6817bb

#6817bb

Complementary Color

#6817bb #6abb17

#6817bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6817bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6817bb Color CSS Codes

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

#6817bb Text Font Color

<p style="color:#6817bb">Text here</p>

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


#6817bb Background Color

<div style="background-color:#6817bb">
Div content here</div>

This div background color is #6817bb


#6817bb Border Color

<div style="border:3px solid #6817bb">
Div here</div>

This div border color is #6817bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,23,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6817bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6817bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6817bb;
  box-shadow:         1px 1px 3px 2px #6817bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6817bb


Comments

No comments written yet.

Please login to write comment.