Color Hex Logo

#1327da Color Hex

#1327DA
(19,39,218)
0 Favorites   0 Comments

Color spaces of #1327da

RGB 1939218
HSL0.650.840.46
HSV234°91°85°
CMYK 0.910.820.00   0.15
XYZ13.64906.651466.8941
Yxy6.65140.15650.0763
Hunter Lab25.790349.3345-135.7313
CIE-Lab30.999859.2477-88.9882

#1327da color RGB value is (19,39,218).

#1327da hex color red value is 19, green value is 39 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1327da hue: 0.65 , saturation: 0.84 and the lightness value of 1327da is 0.46.

The process color (four color CMYK) of #1327da color hex is 0.91, 0.82, 0.00, 0.15. Web safe color of #1327da is #0033cc. Color #1327da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100111 11011010
Octal 23 47 332
Decimal 19 39 218
Hex 13 27 DA

RGB Percentages of Color #1327da

%6.88
%14.13
%78.99

CMYK Percentages of Color #1327da

%91
%82
%0
%15

Triadic Colors of #1327da

#1327da #da1327 #27da13

Analogous Colors of #1327da

#1327da #6213da #138bda

Monochromatic Colors of #1327da

#1327da

Complementary Color

#1327da #dac613

#1327da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1327da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1327da Color CSS Codes

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

#1327da Text Font Color

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

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


#1327da Background Color

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

This div background color is #1327da


#1327da Border Color

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

This div border color is #1327da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,39,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1327da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1327da;
  -webkit-box-shadow: 1px 1px 3px 2px #1327da;
  box-shadow:         1px 1px 3px 2px #1327da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,39,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1327da


Comments

No comments written yet.

Please login to write comment.