Color Hex Logo

#6601eb Color Hex

#6601EB
(102,1,235)
0 Favorites   0 Comments

Color spaces of #6601eb

RGB 1021235
HSL0.740.990.46
HSV266°100°92°
CMYK 0.571.000.00   0.08
XYZ20.48578.844679.2247
Yxy8.84460.18870.0815
Hunter Lab29.739970.9113-137.1260
CIE-Lab35.683477.0102-90.7765

#6601eb color RGB value is (102,1,235).

#6601eb hex color red value is 102, green value is 1 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6601eb hue: 0.74 , saturation: 0.99 and the lightness value of 6601eb is 0.46.

The process color (four color CMYK) of #6601eb color hex is 0.57, 1.00, 0.00, 0.08. Web safe color of #6601eb is #6600ff. Color #6601eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000001 11101011
Octal 146 1 353
Decimal 102 1 235
Hex 66 1 EB

RGB Percentages of Color #6601eb

%30.18
%0.30
%69.53

CMYK Percentages of Color #6601eb

%57
%100
%0
%8

Triadic Colors of #6601eb

#6601eb #eb6601 #01eb66

Analogous Colors of #6601eb

#6601eb #db01eb #0111eb

Monochromatic Colors of #6601eb

#6601eb

Complementary Color

#6601eb #86eb01

#6601eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6601eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6601eb Color CSS Codes

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

#6601eb Text Font Color

<p style="color:#6601eb">Text here</p>

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


#6601eb Background Color

<div style="background-color:#6601eb">
Div content here</div>

This div background color is #6601eb


#6601eb Border Color

<div style="border:3px solid #6601eb">
Div here</div>

This div border color is #6601eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,1,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6601eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6601eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6601eb;
  box-shadow:         1px 1px 3px 2px #6601eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6601eb


Comments

No comments written yet.

Please login to write comment.