Color Hex Logo

#1a35ef Color Hex

#1A35EF
(26,53,239)
0 Favorites   0 Comments

Color spaces of #1a35ef

RGB 2653239
HSL0.650.870.52
HSV232°89°94°
CMYK 0.890.780.00   0.06
XYZ17.27918.997882.4874
Yxy8.99780.15890.0827
Hunter Lab29.996350.3296-142.0451
CIE-Lab35.980159.1943-92.7012

#1a35ef color RGB value is (26,53,239).

#1a35ef hex color red value is 26, green value is 53 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1a35ef hue: 0.65 , saturation: 0.87 and the lightness value of 1a35ef is 0.52.

The process color (four color CMYK) of #1a35ef color hex is 0.89, 0.78, 0.00, 0.06. Web safe color of #1a35ef is #3333ff. Color #1a35ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 00110101 11101111
Octal 32 65 357
Decimal 26 53 239
Hex 1A 35 EF

RGB Percentages of Color #1a35ef

%8.18
%16.67
%75.16

CMYK Percentages of Color #1a35ef

%89
%78
%0
%6

Triadic Colors of #1a35ef

#1a35ef #ef1a35 #35ef1a

Analogous Colors of #1a35ef

#1a35ef #6a1aef #1aa0ef

Monochromatic Colors of #1a35ef

#1a35ef

Complementary Color

#1a35ef #efd41a

#1a35ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a35ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a35ef Color CSS Codes

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

#1a35ef Text Font Color

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

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


#1a35ef Background Color

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

This div background color is #1a35ef


#1a35ef Border Color

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

This div border color is #1a35ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,53,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a35ef


Comments

No comments written yet.

Please login to write comment.