Color Hex Logo

#6015bf Color Hex

#6015BF
(96,21,191)
0 Favorites   0 Comments

Color spaces of #6015bf

RGB 9621191
HSL0.740.800.42
HSV266°89°75°
CMYK 0.500.890.00   0.25
XYZ14.49606.784749.8358
Yxy6.78470.20380.0954
Hunter Lab26.047553.7562-95.2045
CIE-Lab31.311763.2110-72.5593

#6015bf color RGB value is (96,21,191).

#6015bf hex color red value is 96, green value is 21 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6015bf hue: 0.74 , saturation: 0.80 and the lightness value of 6015bf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010101 10111111
Octal 140 25 277
Decimal 96 21 191
Hex 60 15 BF

RGB Percentages of Color #6015bf

%31.17
%6.82
%62.01

CMYK Percentages of Color #6015bf

%50
%89
%0
%25

Triadic Colors of #6015bf

#6015bf #bf6015 #15bf60

Analogous Colors of #6015bf

#6015bf #b515bf #151fbf

Monochromatic Colors of #6015bf

#6015bf

Complementary Color

#6015bf #74bf15

#6015bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6015bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6015bf Color CSS Codes

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

#6015bf Text Font Color

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

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


#6015bf Background Color

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

This div background color is #6015bf


#6015bf Border Color

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

This div border color is #6015bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6015bf


Comments

No comments written yet.

Please login to write comment.