Color Hex Logo

#003fce Color Hex

#003FCE
(0,63,206)
0 Favorites   0 Comments

Color spaces of #003fce

RGB 063206
HSL0.621.000.40
HSV222°100°81°
CMYK 1.000.690.00   0.19
XYZ12.91818.011259.2580
Yxy8.01120.16110.0999
Hunter Lab28.304131.9361-104.3180
CIE-Lab34.006241.5292-77.0722

#003fce color RGB value is (0,63,206).

#003fce hex color red value is 0, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #003fce hue: 0.62 , saturation: 1.00 and the lightness value of 003fce is 0.40.

The process color (four color CMYK) of #003fce color hex is 1.00, 0.69, 0.00, 0.19. Web safe color of #003fce is #0033cc. Color #003fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111111 11001110
Octal 0 77 316
Decimal 0 63 206
Hex 0 3F CE

RGB Percentages of Color #003fce

%0.00
%23.42
%76.58

CMYK Percentages of Color #003fce

%100
%69
%0
%19

Triadic Colors of #003fce

#003fce #ce003f #3fce00

Analogous Colors of #003fce

#003fce #2800ce #00a6ce

Monochromatic Colors of #003fce

#003fce

Complementary Color

#003fce #ce8f00

#003fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#003fce Color CSS Codes

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

#003fce Text Font Color

<p style="color:#003fce">Text here</p>

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


#003fce Background Color

<div style="background-color:#003fce">
Div content here</div>

This div background color is #003fce


#003fce Border Color

<div style="border:3px solid #003fce">
Div here</div>

This div border color is #003fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,63,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003fce;
  -webkit-box-shadow: 1px 1px 3px 2px #003fce;
  box-shadow:         1px 1px 3px 2px #003fce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,63,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003fce


Comments

No comments written yet.

Please login to write comment.