Color Hex Logo

#1143ca Color Hex

#1143CA
(17,67,202)
0 Favorites   0 Comments

Color spaces of #1143ca

RGB 1767202
HSL0.620.840.43
HSV224°92°79°
CMYK 0.920.670.00   0.21
XYZ12.89908.397756.8182
Yxy8.39770.16510.1075
Hunter Lab28.978828.7408-95.9637
CIE-Lab34.797837.9904-73.4349

#1143ca color RGB value is (17,67,202).

#1143ca hex color red value is 17, green value is 67 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1143ca hue: 0.62 , saturation: 0.84 and the lightness value of 1143ca is 0.43.

The process color (four color CMYK) of #1143ca color hex is 0.92, 0.67, 0.00, 0.21. Web safe color of #1143ca is #0033cc. Color #1143ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 11001010
Octal 21 103 312
Decimal 17 67 202
Hex 11 43 CA

RGB Percentages of Color #1143ca

%5.94
%23.43
%70.63

CMYK Percentages of Color #1143ca

%92
%67
%0
%21

Triadic Colors of #1143ca

#1143ca #ca1143 #43ca11

Analogous Colors of #1143ca

#1143ca #3b11ca #11a0ca

Monochromatic Colors of #1143ca

#1143ca

Complementary Color

#1143ca #ca9811

#1143ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1143ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1143ca Color CSS Codes

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

#1143ca Text Font Color

<p style="color:#1143ca">Text here</p>

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


#1143ca Background Color

<div style="background-color:#1143ca">
Div content here</div>

This div background color is #1143ca


#1143ca Border Color

<div style="border:3px solid #1143ca">
Div here</div>

This div border color is #1143ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,67,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1143ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1143ca;
  -webkit-box-shadow: 1px 1px 3px 2px #1143ca;
  box-shadow:         1px 1px 3px 2px #1143ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,67,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1143ca


Comments

No comments written yet.

Please login to write comment.