Color Hex Logo

#263aea Color Hex

#263AEA
(38,58,234)
0 Favorites   0 Comments

Color spaces of #263aea

RGB 3858234
HSL0.650.820.53
HSV234°84°92°
CMYK 0.840.750.00   0.08
XYZ17.16379.378778.7475
Yxy9.37870.16300.0891
Hunter Lab30.624746.4478-131.0196
CIE-Lab36.703455.4444-88.6559

#263aea color RGB value is (38,58,234).

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

The process color (four color CMYK) of #263aea color hex is 0.84, 0.75, 0.00, 0.08. Web safe color of #263aea is #3333ff. Color #263aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111010 11101010
Octal 46 72 352
Decimal 38 58 234
Hex 26 3A EA

RGB Percentages of Color #263aea

%11.52
%17.58
%70.91

CMYK Percentages of Color #263aea

%84
%75
%0
%8

Triadic Colors of #263aea

#263aea #ea263a #3aea26

Analogous Colors of #263aea

#263aea #7426ea #269cea

Monochromatic Colors of #263aea

#263aea

Complementary Color

#263aea #ead626

#263aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#263aea Color CSS Codes

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

#263aea Text Font Color

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

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


#263aea Background Color

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

This div background color is #263aea


#263aea Border Color

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

This div border color is #263aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263aea


Comments

No comments written yet.

Please login to write comment.