Color Hex Logo

#1c01ae Color Hex

#1C01AE
(28,1,174)
0 Favorites   0 Comments

Color spaces of #1c01ae

RGB 281174
HSL0.690.990.34
HSV249°99°68°
CMYK 0.840.990.00   0.32
XYZ8.12973.324640.2576
Yxy3.32460.15720.0643
Hunter Lab18.233547.6786-118.1426
CIE-Lab21.299659.5262-79.2368

#1c01ae color RGB value is (28,1,174).

#1c01ae hex color red value is 28, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1c01ae hue: 0.69 , saturation: 0.99 and the lightness value of 1c01ae is 0.34.

The process color (four color CMYK) of #1c01ae color hex is 0.84, 0.99, 0.00, 0.32. Web safe color of #1c01ae is #330099. Color #1c01ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000001 10101110
Octal 34 1 256
Decimal 28 1 174
Hex 1C 1 AE

RGB Percentages of Color #1c01ae

%13.79
%0.49
%85.71

CMYK Percentages of Color #1c01ae

%84
%99
%0
%32

Triadic Colors of #1c01ae

#1c01ae #ae1c01 #01ae1c

Analogous Colors of #1c01ae

#1c01ae #7301ae #013dae

Monochromatic Colors of #1c01ae

#1c01ae

Complementary Color

#1c01ae #93ae01

#1c01ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c01ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c01ae Color CSS Codes

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

#1c01ae Text Font Color

<p style="color:#1c01ae">Text here</p>

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


#1c01ae Background Color

<div style="background-color:#1c01ae">
Div content here</div>

This div background color is #1c01ae


#1c01ae Border Color

<div style="border:3px solid #1c01ae">
Div here</div>

This div border color is #1c01ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,1,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c01ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c01ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1c01ae;
  box-shadow:         1px 1px 3px 2px #1c01ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c01ae


Comments

No comments written yet.

Please login to write comment.