Color Hex Logo

#18076b Color Hex

#18076B
(24,7,107)
0 Favorites   0 Comments

Color spaces of #18076b

RGB 247107
HSL0.700.880.22
HSV250°93°42°
CMYK 0.780.930.00   0.58
XYZ3.10651.407714.0179
Yxy1.40770.16760.0760
Hunter Lab11.864725.9732-61.7449
CIE-Lab12.008839.1352-52.6972

#18076b color RGB value is (24,7,107).

#18076b hex color red value is 24, green value is 7 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #18076b hue: 0.70 , saturation: 0.88 and the lightness value of 18076b is 0.22.

The process color (four color CMYK) of #18076b color hex is 0.78, 0.93, 0.00, 0.58. Web safe color of #18076b is #000066. Color #18076b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000111 01101011
Octal 30 7 153
Decimal 24 7 107
Hex 18 7 6B

RGB Percentages of Color #18076b

%17.39
%5.07
%77.54

CMYK Percentages of Color #18076b

%78
%93
%0
%58

Triadic Colors of #18076b

#18076b #6b1807 #076b18

Analogous Colors of #18076b

#18076b #4a076b #07286b

Monochromatic Colors of #18076b

#18076b

Complementary Color

#18076b #5a6b07

#18076b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18076b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18076b Color CSS Codes

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

#18076b Text Font Color

<p style="color:#18076b">Text here</p>

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


#18076b Background Color

<div style="background-color:#18076b">
Div content here</div>

This div background color is #18076b


#18076b Border Color

<div style="border:3px solid #18076b">
Div here</div>

This div border color is #18076b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,7,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18076b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18076b;
  -webkit-box-shadow: 1px 1px 3px 2px #18076b;
  box-shadow:         1px 1px 3px 2px #18076b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18076b


Comments

No comments written yet.

Please login to write comment.