Color Hex Logo

#065afc Color Hex

#065AFC
(6,90,252)
0 Favorites   0 Comments

Color spaces of #065afc

RGB 690252
HSL0.610.980.51
HSV220°98°99°
CMYK 0.980.640.00   0.01
XYZ21.302014.379393.7482
Yxy14.37930.16460.1111
Hunter Lab37.920033.9142-120.0362
CIE-Lab44.772141.7649-85.4880

#065afc color RGB value is (6,90,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 11111100
Octal 6 132 374
Decimal 6 90 252
Hex 6 5A FC

RGB Percentages of Color #065afc

%1.72
%25.86
%72.41

CMYK Percentages of Color #065afc

%98
%64
%0
%1

Triadic Colors of #065afc

#065afc #fc065a #5afc06

Analogous Colors of #065afc

#065afc #2d06fc #06d5fc

Monochromatic Colors of #065afc

#065afc

Complementary Color

#065afc #fca806

#065afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#065afc Color CSS Codes

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

#065afc Text Font Color

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

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


#065afc Background Color

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

This div background color is #065afc


#065afc Border Color

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

This div border color is #065afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065afc


Comments

No comments written yet.

Please login to write comment.