Color Hex Logo

#2700aa Color Hex

#2700AA
(39,0,170)
0 Favorites   0 Comments

Color spaces of #2700aa

RGB 390170
HSL0.701.000.33
HSV254°100°67°
CMYK 0.771.000.00   0.33
XYZ8.09243.333638.2471
Yxy3.33360.16290.0671
Hunter Lab18.258147.1632-111.4198
CIE-Lab21.333359.0438-76.7483

#2700aa color RGB value is (39,0,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00000000 10101010
Octal 47 0 252
Decimal 39 0 170
Hex 27 0 AA

RGB Percentages of Color #2700aa

%18.66
%0.00
%81.34

CMYK Percentages of Color #2700aa

%77
%100
%0
%33

Triadic Colors of #2700aa

#2700aa #aa2700 #00aa27

Analogous Colors of #2700aa

#2700aa #7c00aa #002eaa

Monochromatic Colors of #2700aa

#2700aa

Complementary Color

#2700aa #83aa00

#2700aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2700aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2700aa Color CSS Codes

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

#2700aa Text Font Color

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

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


#2700aa Background Color

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

This div background color is #2700aa


#2700aa Border Color

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

This div border color is #2700aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,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 #2700aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2700aa


Comments

No comments written yet.

Please login to write comment.