Color Hex Logo

#0129ec Color Hex

#0129EC
(1,41,236)
0 Favorites   0 Comments

Color spaces of #0129ec

RGB 141236
HSL0.640.990.46
HSV230°100°93°
CMYK 1.000.830.00   0.07
XYZ15.94587.648579.9927
Yxy7.64850.15390.0738
Hunter Lab27.655954.5213-152.1328
CIE-Lab33.239963.5244-95.5689

#0129ec color RGB value is (1,41,236).

#0129ec hex color red value is 1, green value is 41 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0129ec hue: 0.64 , saturation: 0.99 and the lightness value of 0129ec is 0.46.

The process color (four color CMYK) of #0129ec color hex is 1.00, 0.83, 0.00, 0.07. Web safe color of #0129ec is #0033ff. Color #0129ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101001 11101100
Octal 1 51 354
Decimal 1 41 236
Hex 1 29 EC

RGB Percentages of Color #0129ec

%0.36
%14.75
%84.89

CMYK Percentages of Color #0129ec

%100
%83
%0
%7

Triadic Colors of #0129ec

#0129ec #ec0129 #29ec01

Analogous Colors of #0129ec

#0129ec #4f01ec #019fec

Monochromatic Colors of #0129ec

#0129ec

Complementary Color

#0129ec #ecc401

#0129ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0129ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0129ec Color CSS Codes

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

#0129ec Text Font Color

<p style="color:#0129ec">Text here</p>

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


#0129ec Background Color

<div style="background-color:#0129ec">
Div content here</div>

This div background color is #0129ec


#0129ec Border Color

<div style="border:3px solid #0129ec">
Div here</div>

This div border color is #0129ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,41,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0129ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0129ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0129ec;
  box-shadow:         1px 1px 3px 2px #0129ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0129ec


Comments

No comments written yet.

Please login to write comment.