Color Hex Logo

#1c097d Color Hex

#1C097D
(28,9,125)
0 Favorites   0 Comments

Color spaces of #1c097d

RGB 289125
HSL0.690.870.26
HSV250°93°49°
CMYK 0.780.930.00   0.51
XYZ4.27821.922919.5477
Yxy1.92290.16620.0747
Hunter Lab13.866930.8037-73.8725
CIE-Lab15.077343.9057-59.2442

#1c097d color RGB value is (28,9,125).

#1c097d hex color red value is 28, green value is 9 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1c097d hue: 0.69 , saturation: 0.87 and the lightness value of 1c097d is 0.26.

The process color (four color CMYK) of #1c097d color hex is 0.78, 0.93, 0.00, 0.51. Web safe color of #1c097d is #330066. Color #1c097d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00001001 01111101
Octal 34 11 175
Decimal 28 9 125
Hex 1C 9 7D

RGB Percentages of Color #1c097d

%17.28
%5.56
%77.16

CMYK Percentages of Color #1c097d

%78
%93
%0
%51

Triadic Colors of #1c097d

#1c097d #7d1c09 #097d1c

Analogous Colors of #1c097d

#1c097d #56097d #09307d

Monochromatic Colors of #1c097d

#1c097d

Complementary Color

#1c097d #6a7d09

#1c097d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c097d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c097d Color CSS Codes

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

#1c097d Text Font Color

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

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


#1c097d Background Color

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

This div background color is #1c097d


#1c097d Border Color

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

This div border color is #1c097d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c097d


Comments

No comments written yet.

Please login to write comment.