Color Hex Logo

#6056fb Color Hex

#6056FB
(96,86,251)
0 Favorites   0 Comments

Color spaces of #6056fb

RGB 9686251
HSL0.680.950.66
HSV244°66°98°
CMYK 0.620.660.00   0.02
XYZ25.564216.107493.0284
Yxy16.10740.18980.1196
Hunter Lab40.134043.4647-109.3370
CIE-Lab47.115150.7035-80.9600

#6056fb color RGB value is (96,86,251).

#6056fb hex color red value is 96, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6056fb hue: 0.68 , saturation: 0.95 and the lightness value of 6056fb is 0.66.

The process color (four color CMYK) of #6056fb color hex is 0.62, 0.66, 0.00, 0.02. Web safe color of #6056fb is #6666ff. Color #6056fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010110 11111011
Octal 140 126 373
Decimal 96 86 251
Hex 60 56 FB

RGB Percentages of Color #6056fb

%22.17
%19.86
%57.97

CMYK Percentages of Color #6056fb

%62
%66
%0
%2

Triadic Colors of #6056fb

#6056fb #fb6056 #56fb60

Analogous Colors of #6056fb

#6056fb #b356fb #569ffb

Monochromatic Colors of #6056fb

#6056fb

Complementary Color

#6056fb #f1fb56

#6056fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6056fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6056fb Color CSS Codes

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

#6056fb Text Font Color

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

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


#6056fb Background Color

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

This div background color is #6056fb


#6056fb Border Color

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

This div border color is #6056fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6056fb

Related Colors


Comments

No comments written yet.

Please login to write comment.