Color Hex Logo

#6613bf Color Hex

#6613BF
(102,19,191)
0 Favorites   0 Comments

Color spaces of #6613bf

RGB 10219191
HSL0.750.820.41
HSV269°90°75°
CMYK 0.470.900.00   0.25
XYZ15.11637.052149.8547
Yxy7.05210.20990.0979
Hunter Lab26.555855.1346-92.7194
CIE-Lab31.925264.3237-71.5209

#6613bf color RGB value is (102,19,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010011 10111111
Octal 146 23 277
Decimal 102 19 191
Hex 66 13 BF

RGB Percentages of Color #6613bf

%32.69
%6.09
%61.22

CMYK Percentages of Color #6613bf

%47
%90
%0
%25

Triadic Colors of #6613bf

#6613bf #bf6613 #13bf66

Analogous Colors of #6613bf

#6613bf #bc13bf #1316bf

Monochromatic Colors of #6613bf

#6613bf

Complementary Color

#6613bf #6cbf13

#6613bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6613bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6613bf Color CSS Codes

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

#6613bf Text Font Color

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

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


#6613bf Background Color

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

This div background color is #6613bf


#6613bf Border Color

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

This div border color is #6613bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,19,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6613bf


Comments

No comments written yet.

Please login to write comment.