Color Hex Logo

#6613bb Color Hex

#6613BB
(102,19,187)
0 Favorites   0 Comments

Color spaces of #6613bb

RGB 10219187
HSL0.750.820.40
HSV270°90°73°
CMYK 0.450.900.00   0.27
XYZ14.68206.878447.5675
Yxy6.87840.21240.0995
Hunter Lab26.226754.0295-89.1759
CIE-Lab31.528563.4143-69.8107

#6613bb color RGB value is (102,19,187).

#6613bb hex color red value is 102, green value is 19 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6613bb hue: 0.75 , saturation: 0.82 and the lightness value of 6613bb is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010011 10111011
Octal 146 23 273
Decimal 102 19 187
Hex 66 13 BB

RGB Percentages of Color #6613bb

%33.12
%6.17
%60.71

CMYK Percentages of Color #6613bb

%45
%90
%0
%27

Triadic Colors of #6613bb

#6613bb #bb6613 #13bb66

Analogous Colors of #6613bb

#6613bb #ba13bb #1314bb

Monochromatic Colors of #6613bb

#6613bb

Complementary Color

#6613bb #68bb13

#6613bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6613bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6613bb Color CSS Codes

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

#6613bb Text Font Color

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

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


#6613bb Background Color

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

This div background color is #6613bb


#6613bb Border Color

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

This div border color is #6613bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,19,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 #6613bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6613bb


Comments

No comments written yet.

Please login to write comment.