Color Hex Logo

#1326ea Color Hex

#1326EA
(19,38,234)
0 Favorites   0 Comments

Color spaces of #1326ea

RGB 1938234
HSL0.650.850.50
HSV235°92°92°
CMYK 0.920.840.00   0.08
XYZ15.81307.465278.4494
Yxy7.46520.15540.0734
Hunter Lab27.322555.4931-151.1098
CIE-Lab32.843364.4659-95.0845

#1326ea color RGB value is (19,38,234).

#1326ea hex color red value is 19, green value is 38 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1326ea hue: 0.65 , saturation: 0.85 and the lightness value of 1326ea is 0.50.

The process color (four color CMYK) of #1326ea color hex is 0.92, 0.84, 0.00, 0.08. Web safe color of #1326ea is #0033ff. Color #1326ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 11101010
Octal 23 46 352
Decimal 19 38 234
Hex 13 26 EA

RGB Percentages of Color #1326ea

%6.53
%13.06
%80.41

CMYK Percentages of Color #1326ea

%92
%84
%0
%8

Triadic Colors of #1326ea

#1326ea #ea1326 #26ea13

Analogous Colors of #1326ea

#1326ea #6c13ea #1392ea

Monochromatic Colors of #1326ea

#1326ea

Complementary Color

#1326ea #ead713

#1326ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1326ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1326ea Color CSS Codes

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

#1326ea Text Font Color

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

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


#1326ea Background Color

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

This div background color is #1326ea


#1326ea Border Color

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

This div border color is #1326ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,38,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1326ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1326ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1326ea;
  box-shadow:         1px 1px 3px 2px #1326ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1326ea


Comments

No comments written yet.

Please login to write comment.