Color Hex Logo

#1c11ae Color Hex

#1C11AE
(28,17,174)
0 Favorites   0 Comments

Color spaces of #1c11ae

RGB 2817174
HSL0.680.820.37
HSV244°90°68°
CMYK 0.840.900.00   0.32
XYZ8.31933.703840.3208
Yxy3.70380.15890.0708
Hunter Lab19.245343.4824-110.7470
CIE-Lab22.667055.3318-76.9543

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

#1c11ae hex color red value is 28, green value is 17 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1c11ae hue: 0.68 , saturation: 0.82 and the lightness value of 1c11ae is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 00010001 10101110
Octal 34 21 256
Decimal 28 17 174
Hex 1C 11 AE

RGB Percentages of Color #1c11ae

%12.79
%7.76
%79.45

CMYK Percentages of Color #1c11ae

%84
%90
%0
%32

Triadic Colors of #1c11ae

#1c11ae #ae1c11 #11ae1c

Analogous Colors of #1c11ae

#1c11ae #6b11ae #1154ae

Monochromatic Colors of #1c11ae

#1c11ae

Complementary Color

#1c11ae #a3ae11

#1c11ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c11ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c11ae Color CSS Codes

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

#1c11ae Text Font Color

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

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


#1c11ae Background Color

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

This div background color is #1c11ae


#1c11ae Border Color

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

This div border color is #1c11ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c11ae


Comments

No comments written yet.

Please login to write comment.