Color Hex Logo

#6028fe Color Hex

#6028FE
(96,40,254)
0 Favorites   0 Comments

Color spaces of #6028fe

RGB 9640254
HSL0.710.990.58
HSV256°84°100°
CMYK 0.620.840.00   0.00
XYZ23.472111.160194.6829
Yxy11.16010.18150.0863
Hunter Lab33.406766.9551-144.6577
CIE-Lab39.848872.9675-94.6065

#6028fe color RGB value is (96,40,254).

#6028fe hex color red value is 96, green value is 40 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6028fe hue: 0.71 , saturation: 0.99 and the lightness value of 6028fe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101000 11111110
Octal 140 50 376
Decimal 96 40 254
Hex 60 28 FE

RGB Percentages of Color #6028fe

%24.62
%10.26
%65.13

CMYK Percentages of Color #6028fe

%62
%84
%0
%0

Triadic Colors of #6028fe

#6028fe #fe6028 #28fe60

Analogous Colors of #6028fe

#6028fe #cb28fe #285bfe

Monochromatic Colors of #6028fe

#6028fe

Complementary Color

#6028fe #c6fe28

#6028fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6028fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6028fe Color CSS Codes

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

#6028fe Text Font Color

<p style="color:#6028fe">Text here</p>

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


#6028fe Background Color

<div style="background-color:#6028fe">
Div content here</div>

This div background color is #6028fe


#6028fe Border Color

<div style="border:3px solid #6028fe">
Div here</div>

This div border color is #6028fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,40,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6028fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6028fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6028fe;
  box-shadow:         1px 1px 3px 2px #6028fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6028fe

Related Colors


Comments

No comments written yet.

Please login to write comment.