Color Hex Logo

#263abb Color Hex

#263ABB
(38,58,187)
0 Favorites   0 Comments

Color spaces of #263abb

RGB 3858187
HSL0.640.660.44
HSV232°80°73°
CMYK 0.800.690.00   0.27
XYZ11.28207.026047.7752
Yxy7.02600.17070.1063
Hunter Lab26.506629.5884-88.3090
CIE-Lab31.866039.4077-69.4492

#263abb color RGB value is (38,58,187).

#263abb hex color red value is 38, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #263abb hue: 0.64 , saturation: 0.66 and the lightness value of 263abb is 0.44.

The process color (four color CMYK) of #263abb color hex is 0.80, 0.69, 0.00, 0.27. Web safe color of #263abb is #3333cc. Color #263abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111010 10111011
Octal 46 72 273
Decimal 38 58 187
Hex 26 3A BB

RGB Percentages of Color #263abb

%13.43
%20.49
%66.08

CMYK Percentages of Color #263abb

%80
%69
%0
%27

Triadic Colors of #263abb

#263abb #bb263a #3abb26

Analogous Colors of #263abb

#263abb #5c26bb #2685bb

Monochromatic Colors of #263abb

#263abb

Complementary Color

#263abb #bba726

#263abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#263abb Color CSS Codes

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

#263abb Text Font Color

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

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


#263abb Background Color

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

This div background color is #263abb


#263abb Border Color

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

This div border color is #263abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263abb


Comments

No comments written yet.

Please login to write comment.