Color Hex Logo

#272775 Color Hex

#272775
(39,39,117)
0 Favorites   0 Comments

Color spaces of #272775

RGB 3939117
HSL0.670.500.31
HSV240°67°46°
CMYK 0.670.670.00   0.54
XYZ4.77313.166717.1893
Yxy3.16670.18990.1260
Hunter Lab17.795216.7363-44.8145
CIE-Lab20.699526.2817-44.8176

#272775 color RGB value is (39,39,117).

#272775 hex color red value is 39, green value is 39 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #272775 hue: 0.67 , saturation: 0.50 and the lightness value of 272775 is 0.31.

The process color (four color CMYK) of #272775 color hex is 0.67, 0.67, 0.00, 0.54. Web safe color of #272775 is #333366. Color #272775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100111 01110101
Octal 47 47 165
Decimal 39 39 117
Hex 27 27 75

RGB Percentages of Color #272775

%20.00
%20.00
%60.00

CMYK Percentages of Color #272775

%67
%67
%0
%54

Triadic Colors of #272775

#272775 #752727 #277527

Analogous Colors of #272775

#272775 #4e2775 #274e75

Monochromatic Colors of #272775

#272775

Complementary Color

#272775 #757527

#272775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272775 Color CSS Codes

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

#272775 Text Font Color

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

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


#272775 Background Color

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

This div background color is #272775


#272775 Border Color

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

This div border color is #272775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272775


Comments

No comments written yet.

Please login to write comment.