Color Hex Logo

#0658fe Color Hex

#0658FE
(6,88,254)
0 Favorites   0 Comments

Color spaces of #0658fe

RGB 688254
HSL0.610.990.51
HSV220°98°100°
CMYK 0.980.650.00   0.00
XYZ21.454214.173995.3710
Yxy14.17390.16380.1082
Hunter Lab37.648235.8355-123.8404
CIE-Lab44.481343.7398-87.0808

#0658fe color RGB value is (6,88,254).

#0658fe hex color red value is 6, green value is 88 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0658fe hue: 0.61 , saturation: 0.99 and the lightness value of 0658fe is 0.51.

The process color (four color CMYK) of #0658fe color hex is 0.98, 0.65, 0.00, 0.00. Web safe color of #0658fe is #0066ff. Color #0658fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011000 11111110
Octal 6 130 376
Decimal 6 88 254
Hex 6 58 FE

RGB Percentages of Color #0658fe

%1.72
%25.29
%72.99

CMYK Percentages of Color #0658fe

%98
%65
%0
%0

Triadic Colors of #0658fe

#0658fe #fe0658 #58fe06

Analogous Colors of #0658fe

#0658fe #3006fe #06d4fe

Monochromatic Colors of #0658fe

#0658fe

Complementary Color

#0658fe #feac06

#0658fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0658fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0658fe Color CSS Codes

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

#0658fe Text Font Color

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

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


#0658fe Background Color

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

This div background color is #0658fe


#0658fe Border Color

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

This div border color is #0658fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,88,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 #0658fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0658fe

Related Colors


Comments

No comments written yet.

Please login to write comment.