Color Hex Logo

#272572 Color Hex

#272572
(39,37,114)
0 Favorites   0 Comments

Color spaces of #272572

RGB 3937114
HSL0.670.510.30
HSV242°68°45°
CMYK 0.660.680.00   0.55
XYZ4.53552.969416.2537
Yxy2.96940.19090.1250
Hunter Lab17.231916.8258-43.8618
CIE-Lab19.920926.5245-44.1622

#272572 color RGB value is (39,37,114).

#272572 hex color red value is 39, green value is 37 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #272572 hue: 0.67 , saturation: 0.51 and the lightness value of 272572 is 0.30.

The process color (four color CMYK) of #272572 color hex is 0.66, 0.68, 0.00, 0.55. Web safe color of #272572 is #333366. Color #272572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100101 01110010
Octal 47 45 162
Decimal 39 37 114
Hex 27 25 72

RGB Percentages of Color #272572

%20.53
%19.47
%60.00

CMYK Percentages of Color #272572

%66
%68
%0
%55

Triadic Colors of #272572

#272572 #722725 #257227

Analogous Colors of #272572

#272572 #4e2572 #254972

Monochromatic Colors of #272572

#272572

Complementary Color

#272572 #707225

#272572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272572 Color CSS Codes

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

#272572 Text Font Color

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

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


#272572 Background Color

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

This div background color is #272572


#272572 Border Color

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

This div border color is #272572


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,37,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 #272572">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272572


Comments

No comments written yet.

Please login to write comment.