Color Hex Logo

#275088 Color Hex

#275088
(39,80,136)
0 Favorites   0 Comments

Color spaces of #275088

RGB 3980136
HSL0.600.550.34
HSV215°71°53°
CMYK 0.710.410.00   0.47
XYZ8.14937.946224.3968
Yxy7.94620.20130.1962
Hunter Lab28.18902.2727-31.5815
CIE-Lab33.87065.5179-35.4914

#275088 color RGB value is (39,80,136).

#275088 hex color red value is 39, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #275088 hue: 0.60 , saturation: 0.55 and the lightness value of 275088 is 0.34.

The process color (four color CMYK) of #275088 color hex is 0.71, 0.41, 0.00, 0.47. Web safe color of #275088 is #336699. Color #275088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01010000 10001000
Octal 47 120 210
Decimal 39 80 136
Hex 27 50 88

RGB Percentages of Color #275088

%15.29
%31.37
%53.33

CMYK Percentages of Color #275088

%71
%41
%0
%47

Triadic Colors of #275088

#275088 #882750 #508827

Analogous Colors of #275088

#275088 #2f2788 #278188

Monochromatic Colors of #275088

#275088

Complementary Color

#275088 #885f27

#275088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#275088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#275088 Color CSS Codes

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

#275088 Text Font Color

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

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


#275088 Background Color

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

This div background color is #275088


#275088 Border Color

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

This div border color is #275088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #275088


Comments

No comments written yet.

Please login to write comment.