Color Hex Logo

#271472 Color Hex

#271472
(39,20,114)
0 Favorites   0 Comments

Color spaces of #271472

RGB 3920114
HSL0.700.700.26
HSV252°82°45°
CMYK 0.660.820.00   0.55
XYZ4.12412.146616.1165
Yxy2.14660.18420.0959
Hunter Lab14.651324.6051-54.9635
CIE-Lab16.238536.7389-50.2118

#271472 color RGB value is (39,20,114).

#271472 hex color red value is 39, green value is 20 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #271472 hue: 0.70 , saturation: 0.70 and the lightness value of 271472 is 0.26.

The process color (four color CMYK) of #271472 color hex is 0.66, 0.82, 0.00, 0.55. Web safe color of #271472 is #330066. Color #271472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010100 01110010
Octal 47 24 162
Decimal 39 20 114
Hex 27 14 72

RGB Percentages of Color #271472

%22.54
%11.56
%65.90

CMYK Percentages of Color #271472

%66
%82
%0
%55

Triadic Colors of #271472

#271472 #722714 #147227

Analogous Colors of #271472

#271472 #561472 #143072

Monochromatic Colors of #271472

#271472

Complementary Color

#271472 #5f7214

#271472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#271472 Color CSS Codes

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

#271472 Text Font Color

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

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


#271472 Background Color

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

This div background color is #271472


#271472 Border Color

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

This div border color is #271472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271472


Comments

No comments written yet.

Please login to write comment.