Color Hex Logo

#271279 Color Hex

#271279
(39,18,121)
0 Favorites   0 Comments

Color spaces of #271279

RGB 3918121
HSL0.700.740.27
HSV252°85°47°
CMYK 0.680.850.00   0.53
XYZ4.50422.244418.2850
Yxy2.24440.17990.0897
Hunter Lab14.981327.4495-61.8777
CIE-Lab16.720939.8998-53.9269

#271279 color RGB value is (39,18,121).

#271279 hex color red value is 39, green value is 18 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #271279 hue: 0.70 , saturation: 0.74 and the lightness value of 271279 is 0.27.

The process color (four color CMYK) of #271279 color hex is 0.68, 0.85, 0.00, 0.53. Web safe color of #271279 is #330066. Color #271279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010010 01111001
Octal 47 22 171
Decimal 39 18 121
Hex 27 12 79

RGB Percentages of Color #271279

%21.91
%10.11
%67.98

CMYK Percentages of Color #271279

%68
%85
%0
%53

Triadic Colors of #271279

#271279 #792712 #127927

Analogous Colors of #271279

#271279 #5b1279 #123179

Monochromatic Colors of #271279

#271279

Complementary Color

#271279 #647912

#271279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#271279 Color CSS Codes

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

#271279 Text Font Color

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

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


#271279 Background Color

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

This div background color is #271279


#271279 Border Color

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

This div border color is #271279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271279


Comments

No comments written yet.

Please login to write comment.