Color Hex Logo

#1790c1 Color Hex

#1790C1
(23,144,193)
0 Favorites   0 Comments

Color spaces of #1790c1

RGB 23144193
HSL0.550.790.42
HSV197°88°76°
CMYK 0.880.250.00   0.24
XYZ19.952223.978954.0289
Yxy23.97890.20370.2448
Hunter Lab48.9683-12.9643-31.1396
CIE-Lab56.0667-13.4741-34.0852

#1790c1 color RGB value is (23,144,193).

#1790c1 hex color red value is 23, green value is 144 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #1790c1 hue: 0.55 , saturation: 0.79 and the lightness value of 1790c1 is 0.42.

The process color (four color CMYK) of #1790c1 color hex is 0.88, 0.25, 0.00, 0.24. Web safe color of #1790c1 is #0099cc. Color #1790c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10010000 11000001
Octal 27 220 301
Decimal 23 144 193
Hex 17 90 C1

RGB Percentages of Color #1790c1

%6.39
%40.00
%53.61

CMYK Percentages of Color #1790c1

%88
%25
%0
%24

Triadic Colors of #1790c1

#1790c1 #c11790 #90c117

Analogous Colors of #1790c1

#1790c1 #173bc1 #17c19d

Monochromatic Colors of #1790c1

#1790c1

Complementary Color

#1790c1 #c14817

#1790c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1790c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1790c1 Color CSS Codes

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

#1790c1 Text Font Color

<p style="color:#1790c1">Text here</p>

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


#1790c1 Background Color

<div style="background-color:#1790c1">
Div content here</div>

This div background color is #1790c1


#1790c1 Border Color

<div style="border:3px solid #1790c1">
Div here</div>

This div border color is #1790c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,144,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1790c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1790c1;
  -webkit-box-shadow: 1px 1px 3px 2px #1790c1;
  box-shadow:         1px 1px 3px 2px #1790c1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,144,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1790c1


Comments

No comments written yet.

Please login to write comment.