Color Hex Logo

#1c076c Color Hex

#1C076C
(28,7,108)
0 Favorites   0 Comments

Color spaces of #1c076c

RGB 287108
HSL0.700.880.23
HSV252°94°42°
CMYK 0.740.940.00   0.58
XYZ3.26161.481514.3014
Yxy1.48150.17130.0778
Hunter Lab12.171726.5315-61.1439
CIE-Lab12.490039.6788-52.5439

#1c076c color RGB value is (28,7,108).

#1c076c hex color red value is 28, green value is 7 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #1c076c hue: 0.70 , saturation: 0.88 and the lightness value of 1c076c is 0.23.

The process color (four color CMYK) of #1c076c color hex is 0.74, 0.94, 0.00, 0.58. Web safe color of #1c076c is #330066. Color #1c076c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000111 01101100
Octal 34 7 154
Decimal 28 7 108
Hex 1C 7 6C

RGB Percentages of Color #1c076c

%19.58
%4.90
%75.52

CMYK Percentages of Color #1c076c

%74
%94
%0
%58

Triadic Colors of #1c076c

#1c076c #6c1c07 #076c1c

Analogous Colors of #1c076c

#1c076c #4f076c #07246c

Monochromatic Colors of #1c076c

#1c076c

Complementary Color

#1c076c #576c07

#1c076c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c076c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c076c Color CSS Codes

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

#1c076c Text Font Color

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

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


#1c076c Background Color

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

This div background color is #1c076c


#1c076c Border Color

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

This div border color is #1c076c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c076c


Comments

No comments written yet.

Please login to write comment.