Color Hex Logo

#065dfd Color Hex

#065DFD
(6,93,253)
0 Favorites   0 Comments

Color spaces of #065dfd

RGB 693253
HSL0.610.980.51
HSV219°98°99°
CMYK 0.980.630.00   0.01
XYZ21.719114.959394.6712
Yxy14.95930.16540.1139
Hunter Lab38.677332.5510-118.0514
CIE-Lab45.578440.2588-84.7201

#065dfd color RGB value is (6,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011101 11111101
Octal 6 135 375
Decimal 6 93 253
Hex 6 5D FD

RGB Percentages of Color #065dfd

%1.70
%26.42
%71.88

CMYK Percentages of Color #065dfd

%98
%63
%0
%1

Triadic Colors of #065dfd

#065dfd #fd065d #5dfd06

Analogous Colors of #065dfd

#065dfd #2a06fd #06d9fd

Monochromatic Colors of #065dfd

#065dfd

Complementary Color

#065dfd #fda606

#065dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#065dfd Color CSS Codes

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

#065dfd Text Font Color

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

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


#065dfd Background Color

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

This div background color is #065dfd


#065dfd Border Color

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

This div border color is #065dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,93,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065dfd


Comments

No comments written yet.

Please login to write comment.