Color Hex Logo

#6029fd Color Hex

#6029FD
(96,41,253)
0 Favorites   0 Comments

Color spaces of #6029fd

RGB 9641253
HSL0.710.980.58
HSV256°84°99°
CMYK 0.620.840.00   0.01
XYZ23.346411.164593.8530
Yxy11.16450.18190.0870
Hunter Lab33.413366.2474-143.1474
CIE-Lab39.856272.3749-94.0345

#6029fd color RGB value is (96,41,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101001 11111101
Octal 140 51 375
Decimal 96 41 253
Hex 60 29 FD

RGB Percentages of Color #6029fd

%24.62
%10.51
%64.87

CMYK Percentages of Color #6029fd

%62
%84
%0
%1

Triadic Colors of #6029fd

#6029fd #fd6029 #29fd60

Analogous Colors of #6029fd

#6029fd #ca29fd #295cfd

Monochromatic Colors of #6029fd

#6029fd

Complementary Color

#6029fd #c6fd29

#6029fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6029fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6029fd Color CSS Codes

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

#6029fd Text Font Color

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

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


#6029fd Background Color

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

This div background color is #6029fd


#6029fd Border Color

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

This div border color is #6029fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,41,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6029fd

Related Colors


Comments

No comments written yet.

Please login to write comment.