Color Hex Logo

#2600aa Color Hex

#2600AA
(38,0,170)
0 Favorites   0 Comments

Color spaces of #2600aa

RGB 380170
HSL0.701.000.33
HSV253°100°67°
CMYK 0.781.000.00   0.33
XYZ8.05503.314338.2454
Yxy3.31430.16240.0668
Hunter Lab18.205247.1192-111.8124
CIE-Lab21.261159.0156-76.8707

#2600aa color RGB value is (38,0,170).

#2600aa hex color red value is 38, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2600aa hue: 0.70 , saturation: 1.00 and the lightness value of 2600aa is 0.33.

The process color (four color CMYK) of #2600aa color hex is 0.78, 1.00, 0.00, 0.33. Web safe color of #2600aa is #330099. Color #2600aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00000000 10101010
Octal 46 0 252
Decimal 38 0 170
Hex 26 0 AA

RGB Percentages of Color #2600aa

%18.27
%0.00
%81.73

CMYK Percentages of Color #2600aa

%78
%100
%0
%33

Triadic Colors of #2600aa

#2600aa #aa2600 #00aa26

Analogous Colors of #2600aa

#2600aa #7b00aa #002faa

Monochromatic Colors of #2600aa

#2600aa

Complementary Color

#2600aa #84aa00

#2600aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2600aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2600aa Color CSS Codes

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

#2600aa Text Font Color

<p style="color:#2600aa">Text here</p>

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


#2600aa Background Color

<div style="background-color:#2600aa">
Div content here</div>

This div background color is #2600aa


#2600aa Border Color

<div style="border:3px solid #2600aa">
Div here</div>

This div border color is #2600aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,0,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2600aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2600aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2600aa;
  box-shadow:         1px 1px 3px 2px #2600aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2600aa


Comments

No comments written yet.

Please login to write comment.