Color Hex Logo

#271428 Color Hex

#271428
(39,20,40)
0 Favorites   0 Comments

Color spaces of #271428

RGB 392040
HSL0.830.330.12
HSV297°50°16°
CMYK 0.020.500.00   0.84
XYZ1.46991.08482.1394
Yxy1.08480.31310.2311
Hunter Lab10.41546.9644-4.8879
CIE-Lab9.678813.8874-9.6948

#271428 color RGB value is (39,20,40).

#271428 hex color red value is 39, green value is 20 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #271428 hue: 0.83 , saturation: 0.33 and the lightness value of 271428 is 0.12.

The process color (four color CMYK) of #271428 color hex is 0.02, 0.50, 0.00, 0.84. Web safe color of #271428 is #330033. Color #271428 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010100 00101000
Octal 47 24 50
Decimal 39 20 40
Hex 27 14 28

RGB Percentages of Color #271428

%39.39
%20.20
%40.40

CMYK Percentages of Color #271428

%2
%50
%0
%84

Triadic Colors of #271428

#271428 #282714 #142827

Analogous Colors of #271428

#271428 #28141f #1d1428

Monochromatic Colors of #271428

#271428

Complementary Color

#271428 #152814

#271428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#271428 Color CSS Codes

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

#271428 Text Font Color

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

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


#271428 Background Color

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

This div background color is #271428


#271428 Border Color

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

This div border color is #271428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271428


Comments

No comments written yet.

Please login to write comment.