Color Hex Logo

#065aed Color Hex

#065AED
(6,90,237)
0 Favorites   0 Comments

Color spaces of #065aed

RGB 690237
HSL0.610.950.48
HSV218°97°93°
CMYK 0.970.620.00   0.07
XYZ19.017313.465581.7175
Yxy13.46550.16650.1179
Hunter Lab36.695428.2904-106.3471
CIE-Lab43.456436.1646-79.2419

#065aed color RGB value is (6,90,237).

#065aed hex color red value is 6, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #065aed hue: 0.61 , saturation: 0.95 and the lightness value of 065aed is 0.48.

The process color (four color CMYK) of #065aed color hex is 0.97, 0.62, 0.00, 0.07. Web safe color of #065aed is #0066ff. Color #065aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 11101101
Octal 6 132 355
Decimal 6 90 237
Hex 6 5A ED

RGB Percentages of Color #065aed

%1.80
%27.03
%71.17

CMYK Percentages of Color #065aed

%97
%62
%0
%7

Triadic Colors of #065aed

#065aed #ed065a #5aed06

Analogous Colors of #065aed

#065aed #2606ed #06ceed

Monochromatic Colors of #065aed

#065aed

Complementary Color

#065aed #ed9906

#065aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#065aed Color CSS Codes

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

#065aed Text Font Color

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

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


#065aed Background Color

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

This div background color is #065aed


#065aed Border Color

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

This div border color is #065aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065aed


Comments

No comments written yet.

Please login to write comment.