Color Hex Logo

#263ca1 Color Hex

#263CA1
(38,60,161)
0 Favorites   0 Comments

Color spaces of #263ca1

RGB 3860161
HSL0.640.620.39
HSV229°76°63°
CMYK 0.760.630.00   0.37
XYZ8.84826.217034.4519
Yxy6.21700.17870.1256
Hunter Lab24.933919.7092-64.4689
CIE-Lab29.953528.5329-57.0548

#263ca1 color RGB value is (38,60,161).

#263ca1 hex color red value is 38, green value is 60 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #263ca1 hue: 0.64 , saturation: 0.62 and the lightness value of 263ca1 is 0.39.

The process color (four color CMYK) of #263ca1 color hex is 0.76, 0.63, 0.00, 0.37. Web safe color of #263ca1 is #333399. Color #263ca1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111100 10100001
Octal 46 74 241
Decimal 38 60 161
Hex 26 3C A1

RGB Percentages of Color #263ca1

%14.67
%23.17
%62.16

CMYK Percentages of Color #263ca1

%76
%63
%0
%37

Triadic Colors of #263ca1

#263ca1 #a1263c #3ca126

Analogous Colors of #263ca1

#263ca1 #4d26a1 #267aa1

Monochromatic Colors of #263ca1

#263ca1

Complementary Color

#263ca1 #a18b26

#263ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263ca1 Color CSS Codes

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

#263ca1 Text Font Color

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

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


#263ca1 Background Color

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

This div background color is #263ca1


#263ca1 Border Color

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

This div border color is #263ca1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,60,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #263ca1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #263ca1;
  -webkit-box-shadow: 1px 1px 3px 2px #263ca1;
  box-shadow:         1px 1px 3px 2px #263ca1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263ca1

#263ca1 Color Palettes


Comments

No comments written yet.

Please login to write comment.