Color Hex Logo

#010348 Color Hex

#010348
(1,3,72)
0 Favorites   0 Comments

Color spaces of #010348

RGB 1372
HSL0.660.970.14
HSV238°99°28°
CMYK 0.990.960.00   0.72
XYZ1.21480.53956.1710
Yxy0.53950.15330.0681
Hunter Lab7.345116.6682-44.6713
CIE-Lab4.873326.9320-40.8353

#010348 color RGB value is (1,3,72).

#010348 hex color red value is 1, green value is 3 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #010348 hue: 0.66 , saturation: 0.97 and the lightness value of 010348 is 0.14.

The process color (four color CMYK) of #010348 color hex is 0.99, 0.96, 0.00, 0.72. Web safe color of #010348 is #000033. Color #010348 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000011 01001000
Octal 1 3 110
Decimal 1 3 72
Hex 1 3 48

RGB Percentages of Color #010348

%1.32
%3.95
%94.74

CMYK Percentages of Color #010348

%99
%96
%0
%72

Triadic Colors of #010348

#010348 #480103 #034801

Analogous Colors of #010348

#010348 #220148 #012748

Monochromatic Colors of #010348

#010348

Complementary Color

#010348 #484601

#010348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010348 Color CSS Codes

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

#010348 Text Font Color

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

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


#010348 Background Color

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

This div background color is #010348


#010348 Border Color

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

This div border color is #010348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,3,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010348


Comments

No comments written yet.

Please login to write comment.