Color Hex Logo

#263adb Color Hex

#263ADB
(38,58,219)
0 Favorites   0 Comments

Color spaces of #263adb

RGB 3858219
HSL0.650.720.50
HSV233°83°86°
CMYK 0.830.740.00   0.14
XYZ15.09868.552767.8729
Yxy8.55270.16500.0934
Hunter Lab29.245040.9772-117.1310
CIE-Lab35.108450.4973-82.7296

#263adb color RGB value is (38,58,219).

#263adb hex color red value is 38, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #263adb hue: 0.65 , saturation: 0.72 and the lightness value of 263adb is 0.50.

The process color (four color CMYK) of #263adb color hex is 0.83, 0.74, 0.00, 0.14. Web safe color of #263adb is #3333cc. Color #263adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111010 11011011
Octal 46 72 333
Decimal 38 58 219
Hex 26 3A DB

RGB Percentages of Color #263adb

%12.06
%18.41
%69.52

CMYK Percentages of Color #263adb

%83
%74
%0
%14

Triadic Colors of #263adb

#263adb #db263a #3adb26

Analogous Colors of #263adb

#263adb #6d26db #2695db

Monochromatic Colors of #263adb

#263adb

Complementary Color

#263adb #dbc726

#263adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#263adb Color CSS Codes

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

#263adb Text Font Color

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

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


#263adb Background Color

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

This div background color is #263adb


#263adb Border Color

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

This div border color is #263adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263adb


Comments

No comments written yet.

Please login to write comment.