Color Hex Logo

#12075d Color Hex

#12075D
(18,7,93)
0 Favorites   0 Comments

Color spaces of #12075d

RGB 18793
HSL0.690.860.20
HSV248°92°36°
CMYK 0.810.920.00   0.64
XYZ2.30121.070910.4413
Yxy1.07090.16660.0775
Hunter Lab10.348421.5836-52.5782
CIE-Lab9.568634.4371-47.4598

#12075d color RGB value is (18,7,93).

#12075d hex color red value is 18, green value is 7 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #12075d hue: 0.69 , saturation: 0.86 and the lightness value of 12075d is 0.20.

The process color (four color CMYK) of #12075d color hex is 0.81, 0.92, 0.00, 0.64. Web safe color of #12075d is #000066. Color #12075d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000111 01011101
Octal 22 7 135
Decimal 18 7 93
Hex 12 7 5D

RGB Percentages of Color #12075d

%15.25
%5.93
%78.81

CMYK Percentages of Color #12075d

%81
%92
%0
%64

Triadic Colors of #12075d

#12075d #5d1207 #075d12

Analogous Colors of #12075d

#12075d #3d075d #07275d

Monochromatic Colors of #12075d

#12075d

Complementary Color

#12075d #525d07

#12075d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12075d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12075d Color CSS Codes

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

#12075d Text Font Color

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

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


#12075d Background Color

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

This div background color is #12075d


#12075d Border Color

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

This div border color is #12075d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,7,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12075d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12075d;
  -webkit-box-shadow: 1px 1px 3px 2px #12075d;
  box-shadow:         1px 1px 3px 2px #12075d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12075d


Comments

No comments written yet.

Please login to write comment.