Color Hex Logo

#6058fc Color Hex

#6058FC
(96,88,252)
0 Favorites   0 Comments

Color spaces of #6058fc

RGB 9688252
HSL0.670.960.67
HSV243°65°99°
CMYK 0.620.650.00   0.01
XYZ25.884316.494593.9150
Yxy16.49450.18990.1210
Hunter Lab40.613442.6906-108.6736
CIE-Lab47.616749.8829-80.6962

#6058fc color RGB value is (96,88,252).

#6058fc hex color red value is 96, green value is 88 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6058fc hue: 0.67 , saturation: 0.96 and the lightness value of 6058fc is 0.67.

The process color (four color CMYK) of #6058fc color hex is 0.62, 0.65, 0.00, 0.01. Web safe color of #6058fc is #6666ff. Color #6058fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011000 11111100
Octal 140 130 374
Decimal 96 88 252
Hex 60 58 FC

RGB Percentages of Color #6058fc

%22.02
%20.18
%57.80

CMYK Percentages of Color #6058fc

%62
%65
%0
%1

Triadic Colors of #6058fc

#6058fc #fc6058 #58fc60

Analogous Colors of #6058fc

#6058fc #b258fc #58a2fc

Monochromatic Colors of #6058fc

#6058fc

Complementary Color

#6058fc #f4fc58

#6058fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6058fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6058fc Color CSS Codes

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

#6058fc Text Font Color

<p style="color:#6058fc">Text here</p>

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


#6058fc Background Color

<div style="background-color:#6058fc">
Div content here</div>

This div background color is #6058fc


#6058fc Border Color

<div style="border:3px solid #6058fc">
Div here</div>

This div border color is #6058fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,88,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6058fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6058fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6058fc;
  box-shadow:         1px 1px 3px 2px #6058fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6058fc


Comments

No comments written yet.

Please login to write comment.