Color Hex Logo

#6029fb Color Hex

#6029FB
(96,41,251)
0 Favorites   0 Comments

Color spaces of #6029fb

RGB 9641251
HSL0.710.960.57
HSV256°84°98°
CMYK 0.620.840.00   0.02
XYZ23.029411.037792.1835
Yxy11.03770.18240.0874
Hunter Lab33.223065.5916-141.2550
CIE-Lab39.643971.8661-93.2651

#6029fb color RGB value is (96,41,251).

#6029fb hex color red value is 96, green value is 41 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6029fb hue: 0.71 , saturation: 0.96 and the lightness value of 6029fb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101001 11111011
Octal 140 51 373
Decimal 96 41 251
Hex 60 29 FB

RGB Percentages of Color #6029fb

%24.74
%10.57
%64.69

CMYK Percentages of Color #6029fb

%62
%84
%0
%2

Triadic Colors of #6029fb

#6029fb #fb6029 #29fb60

Analogous Colors of #6029fb

#6029fb #c929fb #295bfb

Monochromatic Colors of #6029fb

#6029fb

Complementary Color

#6029fb #c4fb29

#6029fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6029fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6029fb Color CSS Codes

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

#6029fb Text Font Color

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

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


#6029fb Background Color

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

This div background color is #6029fb


#6029fb Border Color

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

This div border color is #6029fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6029fb

Related Colors


Comments

No comments written yet.

Please login to write comment.