Color Hex Logo

#014bce Color Hex

#014BCE
(1,75,206)
0 Favorites   0 Comments

Color spaces of #014bce

RGB 175206
HSL0.610.990.41
HSV218°100°81°
CMYK 1.000.640.00   0.19
XYZ13.66929.494859.5048
Yxy9.49480.16530.1149
Hunter Lab30.813625.2603-92.9265
CIE-Lab36.920033.8585-72.2747

#014bce color RGB value is (1,75,206).

#014bce hex color red value is 1, green value is 75 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #014bce hue: 0.61 , saturation: 0.99 and the lightness value of 014bce is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001011 11001110
Octal 1 113 316
Decimal 1 75 206
Hex 1 4B CE

RGB Percentages of Color #014bce

%0.35
%26.60
%73.05

CMYK Percentages of Color #014bce

%100
%64
%0
%19

Triadic Colors of #014bce

#014bce #ce014b #4bce01

Analogous Colors of #014bce

#014bce #1d01ce #01b2ce

Monochromatic Colors of #014bce

#014bce

Complementary Color

#014bce #ce8401

#014bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#014bce Color CSS Codes

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

#014bce Text Font Color

<p style="color:#014bce">Text here</p>

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


#014bce Background Color

<div style="background-color:#014bce">
Div content here</div>

This div background color is #014bce


#014bce Border Color

<div style="border:3px solid #014bce">
Div here</div>

This div border color is #014bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,75,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014bce;
  -webkit-box-shadow: 1px 1px 3px 2px #014bce;
  box-shadow:         1px 1px 3px 2px #014bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,75,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 #014bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014bce


Comments

No comments written yet.

Please login to write comment.