Color Hex Logo

#6058fa Color Hex

#6058FA
(96,88,250)
0 Favorites   0 Comments

Color spaces of #6058fa

RGB 9688250
HSL0.670.940.66
HSV243°65°98°
CMYK 0.620.650.00   0.02
XYZ25.568916.368492.2543
Yxy16.36840.19050.1220
Hunter Lab40.457942.0086-106.8758
CIE-Lab47.454249.2617-79.8476

#6058fa color RGB value is (96,88,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011000 11111010
Octal 140 130 372
Decimal 96 88 250
Hex 60 58 FA

RGB Percentages of Color #6058fa

%22.12
%20.28
%57.60

CMYK Percentages of Color #6058fa

%62
%65
%0
%2

Triadic Colors of #6058fa

#6058fa #fa6058 #58fa60

Analogous Colors of #6058fa

#6058fa #b158fa #58a1fa

Monochromatic Colors of #6058fa

#6058fa

Complementary Color

#6058fa #f2fa58

#6058fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6058fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6058fa Color CSS Codes

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

#6058fa Text Font Color

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

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


#6058fa Background Color

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

This div background color is #6058fa


#6058fa Border Color

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

This div border color is #6058fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6058fa

Related Colors


Comments

No comments written yet.

Please login to write comment.