Color Hex Logo

#063add Color Hex

#063ADD
(6,58,221)
0 Favorites   0 Comments

Color spaces of #063add

RGB 658221
HSL0.630.950.45
HSV225°97°87°
CMYK 0.970.740.00   0.13
XYZ14.63938.285369.2343
Yxy8.28530.15880.0899
Hunter Lab28.784240.4106-122.4606
CIE-Lab34.570150.0433-84.7924

#063add color RGB value is (6,58,221).

#063add hex color red value is 6, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #063add hue: 0.63 , saturation: 0.95 and the lightness value of 063add is 0.45.

The process color (four color CMYK) of #063add color hex is 0.97, 0.74, 0.00, 0.13. Web safe color of #063add is #0033cc. Color #063add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111010 11011101
Octal 6 72 335
Decimal 6 58 221
Hex 6 3A DD

RGB Percentages of Color #063add

%2.11
%20.35
%77.54

CMYK Percentages of Color #063add

%97
%74
%0
%13

Triadic Colors of #063add

#063add #dd063a #3add06

Analogous Colors of #063add

#063add #3d06dd #06a6dd

Monochromatic Colors of #063add

#063add

Complementary Color

#063add #dda906

#063add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063add Color Preview on White Background

Lorem ipsum dolor sit amet.

#063add Color CSS Codes

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

#063add Text Font Color

<p style="color:#063add">Text here</p>

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


#063add Background Color

<div style="background-color:#063add">
Div content here</div>

This div background color is #063add


#063add Border Color

<div style="border:3px solid #063add">
Div here</div>

This div border color is #063add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,58,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #063add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #063add;
  -webkit-box-shadow: 1px 1px 3px 2px #063add;
  box-shadow:         1px 1px 3px 2px #063add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063add


Comments

No comments written yet.

Please login to write comment.