Color Hex Logo

#180068 Color Hex

#180068
(24,0,104)
0 Favorites   0 Comments

Color spaces of #180068

RGB 240104
HSL0.711.000.20
HSV254°100°41°
CMYK 0.771.000.00   0.59
XYZ2.87541.193713.1756
Yxy1.19370.16670.0692
Hunter Lab10.925727.8575-63.8517
CIE-Lab10.510841.5254-53.2153

#180068 color RGB value is (24,0,104).

#180068 hex color red value is 24, green value is 0 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #180068 hue: 0.71 , saturation: 1.00 and the lightness value of 180068 is 0.20.

The process color (four color CMYK) of #180068 color hex is 0.77, 1.00, 0.00, 0.59. Web safe color of #180068 is #000066. Color #180068 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000000 01101000
Octal 30 0 150
Decimal 24 0 104
Hex 18 0 68

RGB Percentages of Color #180068

%18.75
%0.00
%81.25

CMYK Percentages of Color #180068

%77
%100
%0
%59

Triadic Colors of #180068

#180068 #681800 #006818

Analogous Colors of #180068

#180068 #4c0068 #001c68

Monochromatic Colors of #180068

#180068

Complementary Color

#180068 #506800

#180068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180068 Color CSS Codes

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

#180068 Text Font Color

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

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


#180068 Background Color

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

This div background color is #180068


#180068 Border Color

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

This div border color is #180068


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,0,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #180068; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #180068;
  -webkit-box-shadow: 1px 1px 3px 2px #180068;
  box-shadow:         1px 1px 3px 2px #180068; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180068


Comments

No comments written yet.

Please login to write comment.