Color Hex Logo

#1203ae Color Hex

#1203AE
(18,3,174)
0 Favorites   0 Comments

Color spaces of #1203ae

RGB 183174
HSL0.680.970.35
HSV245°98°68°
CMYK 0.900.980.00   0.32
XYZ7.92203.249740.2541
Yxy3.24970.15400.0632
Hunter Lab18.026946.8954-119.7757
CIE-Lab21.017458.8504-79.7193

#1203ae color RGB value is (18,3,174).

#1203ae hex color red value is 18, green value is 3 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1203ae hue: 0.68 , saturation: 0.97 and the lightness value of 1203ae is 0.35.

The process color (four color CMYK) of #1203ae color hex is 0.90, 0.98, 0.00, 0.32. Web safe color of #1203ae is #000099. Color #1203ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000011 10101110
Octal 22 3 256
Decimal 18 3 174
Hex 12 3 AE

RGB Percentages of Color #1203ae

%9.23
%1.54
%89.23

CMYK Percentages of Color #1203ae

%90
%98
%0
%32

Triadic Colors of #1203ae

#1203ae #ae1203 #03ae12

Analogous Colors of #1203ae

#1203ae #6803ae #034aae

Monochromatic Colors of #1203ae

#1203ae

Complementary Color

#1203ae #9fae03

#1203ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1203ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1203ae Color CSS Codes

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

#1203ae Text Font Color

<p style="color:#1203ae">Text here</p>

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


#1203ae Background Color

<div style="background-color:#1203ae">
Div content here</div>

This div background color is #1203ae


#1203ae Border Color

<div style="border:3px solid #1203ae">
Div here</div>

This div border color is #1203ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,3,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 #1203ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1203ae


Comments

No comments written yet.

Please login to write comment.