Color Hex Logo

#255072 Color Hex

#255072
(37,80,114)
0 Favorites   0 Comments

Color spaces of #255072

RGB 3780114
HSL0.570.510.30
HSV206°68°45°
CMYK 0.680.300.00   0.55
XYZ6.66897.345516.9859
Yxy7.34550.21510.2369
Hunter Lab27.1026-3.5076-18.1868
CIE-Lab32.5809-3.1749-23.9045

#255072 color RGB value is (37,80,114).

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

The process color (four color CMYK) of #255072 color hex is 0.68, 0.30, 0.00, 0.55. Web safe color of #255072 is #336666. Color #255072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010000 01110010
Octal 45 120 162
Decimal 37 80 114
Hex 25 50 72

RGB Percentages of Color #255072

%16.02
%34.63
%49.35

CMYK Percentages of Color #255072

%68
%30
%0
%55

Triadic Colors of #255072

#255072 #722550 #507225

Analogous Colors of #255072

#255072 #252a72 #25726e

Monochromatic Colors of #255072

#255072

Complementary Color

#255072 #724725

#255072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255072 Color CSS Codes

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

#255072 Text Font Color

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

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


#255072 Background Color

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

This div background color is #255072


#255072 Border Color

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

This div border color is #255072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255072


Comments

No comments written yet.

Please login to write comment.