Color Hex Logo

#065dfc Color Hex

#065DFC
(6,93,252)
0 Favorites   0 Comments

Color spaces of #065dfc

RGB 693252
HSL0.610.980.51
HSV219°98°99°
CMYK 0.980.630.00   0.01
XYZ21.560114.895793.8343
Yxy14.89570.16550.1143
Hunter Lab38.594932.1734-117.1329
CIE-Lab45.491039.8877-84.3066

#065dfc color RGB value is (6,93,252).

#065dfc hex color red value is 6, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #065dfc hue: 0.61 , saturation: 0.98 and the lightness value of 065dfc is 0.51.

The process color (four color CMYK) of #065dfc color hex is 0.98, 0.63, 0.00, 0.01. Web safe color of #065dfc is #0066ff. Color #065dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011101 11111100
Octal 6 135 374
Decimal 6 93 252
Hex 6 5D FC

RGB Percentages of Color #065dfc

%1.71
%26.50
%71.79

CMYK Percentages of Color #065dfc

%98
%63
%0
%1

Triadic Colors of #065dfc

#065dfc #fc065d #5dfc06

Analogous Colors of #065dfc

#065dfc #2a06fc #06d8fc

Monochromatic Colors of #065dfc

#065dfc

Complementary Color

#065dfc #fca506

#065dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#065dfc Color CSS Codes

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

#065dfc Text Font Color

<p style="color:#065dfc">Text here</p>

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


#065dfc Background Color

<div style="background-color:#065dfc">
Div content here</div>

This div background color is #065dfc


#065dfc Border Color

<div style="border:3px solid #065dfc">
Div here</div>

This div border color is #065dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,93,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #065dfc;
  box-shadow:         1px 1px 3px 2px #065dfc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065dfc


Comments

No comments written yet.

Please login to write comment.