Color Hex Logo

#1c50af Color Hex

#1C50AF
(28,80,175)
0 Favorites   0 Comments

Color spaces of #1c50af

RGB 2880175
HSL0.610.720.40
HSV219°84°69°
CMYK 0.840.540.00   0.31
XYZ11.08549.079341.7257
Yxy9.07930.17910.1467
Hunter Lab30.131912.9387-61.0107
CIE-Lab36.136519.5647-55.3801

#1c50af color RGB value is (28,80,175).

#1c50af hex color red value is 28, green value is 80 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1c50af hue: 0.61 , saturation: 0.72 and the lightness value of 1c50af is 0.40.

The process color (four color CMYK) of #1c50af color hex is 0.84, 0.54, 0.00, 0.31. Web safe color of #1c50af is #336699. Color #1c50af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01010000 10101111
Octal 34 120 257
Decimal 28 80 175
Hex 1C 50 AF

RGB Percentages of Color #1c50af

%9.89
%28.27
%61.84

CMYK Percentages of Color #1c50af

%84
%54
%0
%31

Triadic Colors of #1c50af

#1c50af #af1c50 #50af1c

Analogous Colors of #1c50af

#1c50af #321caf #1c9aaf

Monochromatic Colors of #1c50af

#1c50af

Complementary Color

#1c50af #af7b1c

#1c50af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c50af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c50af Color CSS Codes

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

#1c50af Text Font Color

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

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


#1c50af Background Color

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

This div background color is #1c50af


#1c50af Border Color

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

This div border color is #1c50af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c50af


Comments

No comments written yet.

Please login to write comment.