Color Hex Logo

#6615fb Color Hex

#6615FB
(102,21,251)
0 Favorites   0 Comments

Color spaces of #6615fb

RGB 10221251
HSL0.730.970.53
HSV261°92°98°
CMYK 0.590.920.00   0.02
XYZ23.160210.326192.0393
Yxy10.32610.18450.0823
Hunter Lab32.134272.4158-147.3251
CIE-Lab38.421477.7243-95.2741

#6615fb color RGB value is (102,21,251).

#6615fb hex color red value is 102, green value is 21 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6615fb hue: 0.73 , saturation: 0.97 and the lightness value of 6615fb is 0.53.

The process color (four color CMYK) of #6615fb color hex is 0.59, 0.92, 0.00, 0.02. Web safe color of #6615fb is #6600ff. Color #6615fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010101 11111011
Octal 146 25 373
Decimal 102 21 251
Hex 66 15 FB

RGB Percentages of Color #6615fb

%27.27
%5.61
%67.11

CMYK Percentages of Color #6615fb

%59
%92
%0
%2

Triadic Colors of #6615fb

#6615fb #fb6615 #15fb66

Analogous Colors of #6615fb

#6615fb #d915fb #1537fb

Monochromatic Colors of #6615fb

#6615fb

Complementary Color

#6615fb #aafb15

#6615fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6615fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6615fb Color CSS Codes

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

#6615fb Text Font Color

<p style="color:#6615fb">Text here</p>

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


#6615fb Background Color

<div style="background-color:#6615fb">
Div content here</div>

This div background color is #6615fb


#6615fb Border Color

<div style="border:3px solid #6615fb">
Div here</div>

This div border color is #6615fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,21,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6615fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6615fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6615fb;
  box-shadow:         1px 1px 3px 2px #6615fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6615fb

Related Colors


Comments

No comments written yet.

Please login to write comment.