Color Hex Logo

#263ead Color Hex

#263EAD
(38,62,173)
0 Favorites   0 Comments

Color spaces of #263ead

RGB 3862173
HSL0.640.640.41
HSV229°78°68°
CMYK 0.780.640.00   0.32
XYZ10.06486.874440.3316
Yxy6.87440.17570.1200
Hunter Lab26.219122.6380-72.8497
CIE-Lab31.519331.7271-61.7047

#263ead color RGB value is (38,62,173).

#263ead hex color red value is 38, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #263ead hue: 0.64 , saturation: 0.64 and the lightness value of 263ead is 0.41.

The process color (four color CMYK) of #263ead color hex is 0.78, 0.64, 0.00, 0.32. Web safe color of #263ead is #333399. Color #263ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111110 10101101
Octal 46 76 255
Decimal 38 62 173
Hex 26 3E AD

RGB Percentages of Color #263ead

%13.92
%22.71
%63.37

CMYK Percentages of Color #263ead

%78
%64
%0
%32

Triadic Colors of #263ead

#263ead #ad263e #3ead26

Analogous Colors of #263ead

#263ead #5226ad #2682ad

Monochromatic Colors of #263ead

#263ead

Complementary Color

#263ead #ad9526

#263ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#263ead Color CSS Codes

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

#263ead Text Font Color

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

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


#263ead Background Color

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

This div background color is #263ead


#263ead Border Color

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

This div border color is #263ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263ead


Comments

No comments written yet.

Please login to write comment.