Color Hex Logo

#6715bb Color Hex

#6715BB
(103,21,187)
0 Favorites   0 Comments

Color spaces of #6715bb

RGB 10321187
HSL0.750.800.41
HSV270°89°73°
CMYK 0.450.890.00   0.27
XYZ14.83137.007847.5846
Yxy7.00780.21360.1009
Hunter Lab26.472253.6797-88.0448
CIE-Lab31.824763.0439-69.3182

#6715bb color RGB value is (103,21,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010101 10111011
Octal 147 25 273
Decimal 103 21 187
Hex 67 15 BB

RGB Percentages of Color #6715bb

%33.12
%6.75
%60.13

CMYK Percentages of Color #6715bb

%45
%89
%0
%27

Triadic Colors of #6715bb

#6715bb #bb6715 #15bb67

Analogous Colors of #6715bb

#6715bb #ba15bb #1516bb

Monochromatic Colors of #6715bb

#6715bb

Complementary Color

#6715bb #69bb15

#6715bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6715bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6715bb Color CSS Codes

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

#6715bb Text Font Color

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

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


#6715bb Background Color

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

This div background color is #6715bb


#6715bb Border Color

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

This div border color is #6715bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6715bb


Comments

No comments written yet.

Please login to write comment.