Color Hex Logo

#010cff Color Hex

#010CFF
(1,12,255)
0 Favorites   0 Comments

Color spaces of #010cff

RGB 112255
HSL0.661.000.50
HSV237°100°100°
CMYK 1.000.950.00   0.00
XYZ18.19407.489495.0944
Yxy7.48940.15060.0620
Hunter Lab27.366870.7787-186.8649
CIE-Lab32.896077.4009-106.8702

#010cff color RGB value is (1,12,255).

#010cff hex color red value is 1, green value is 12 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #010cff hue: 0.66 , saturation: 1.00 and the lightness value of 010cff is 0.50.

The process color (four color CMYK) of #010cff color hex is 1.00, 0.95, 0.00, 0.00. Web safe color of #010cff is #0000ff. Color #010cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001100 11111111
Octal 1 14 377
Decimal 1 12 255
Hex 1 C FF

RGB Percentages of Color #010cff

%0.37
%4.48
%95.15

CMYK Percentages of Color #010cff

%100
%95
%0
%0

Triadic Colors of #010cff

#010cff #ff010c #0cff01

Analogous Colors of #010cff

#010cff #7501ff #018bff

Monochromatic Colors of #010cff

#010cff

Complementary Color

#010cff #fff401

#010cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#010cff Color CSS Codes

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

#010cff Text Font Color

<p style="color:#010cff">Text here</p>

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


#010cff Background Color

<div style="background-color:#010cff">
Div content here</div>

This div background color is #010cff


#010cff Border Color

<div style="border:3px solid #010cff">
Div here</div>

This div border color is #010cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,12,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010cff;
  -webkit-box-shadow: 1px 1px 3px 2px #010cff;
  box-shadow:         1px 1px 3px 2px #010cff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,12,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010cff

Related Colors


Comments

No comments written yet.

Please login to write comment.