Color Hex Logo

#272680 Color Hex

#272680
(39,38,128)
0 Favorites   0 Comments

Color spaces of #272680

RGB 3938128
HSL0.670.540.33
HSV241°70°50°
CMYK 0.700.700.00   0.50
XYZ5.42613.376120.7877
Yxy3.37610.18340.1141
Hunter Lab18.374220.5583-54.2161
CIE-Lab21.491230.9245-50.5227

#272680 color RGB value is (39,38,128).

#272680 hex color red value is 39, green value is 38 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #272680 hue: 0.67 , saturation: 0.54 and the lightness value of 272680 is 0.33.

The process color (four color CMYK) of #272680 color hex is 0.70, 0.70, 0.00, 0.50. Web safe color of #272680 is #333399. Color #272680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100110 10000000
Octal 47 46 200
Decimal 39 38 128
Hex 27 26 80

RGB Percentages of Color #272680

%19.02
%18.54
%62.44

CMYK Percentages of Color #272680

%70
%70
%0
%50

Triadic Colors of #272680

#272680 #802726 #268027

Analogous Colors of #272680

#272680 #542680 #265280

Monochromatic Colors of #272680

#272680

Complementary Color

#272680 #7f8026

#272680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272680 Color CSS Codes

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

#272680 Text Font Color

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

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


#272680 Background Color

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

This div background color is #272680


#272680 Border Color

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

This div border color is #272680


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,38,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #272680; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #272680;
  -webkit-box-shadow: 1px 1px 3px 2px #272680;
  box-shadow:         1px 1px 3px 2px #272680; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272680

#272680 Color Palettes


Comments

No comments written yet.

Please login to write comment.