Color Hex Logo

#275faa Color Hex

#275FAA
(39,95,170)
0 Favorites   0 Comments

Color spaces of #275faa

RGB 3995170
HSL0.600.630.41
HSV214°77°67°
CMYK 0.770.440.00   0.33
XYZ12.184611.518039.6112
Yxy11.51800.19240.1819
Hunter Lab33.93824.6939-45.4440
CIE-Lab40.43968.8384-45.4645

#275faa color RGB value is (39,95,170).

#275faa hex color red value is 39, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #275faa hue: 0.60 , saturation: 0.63 and the lightness value of 275faa is 0.41.

The process color (four color CMYK) of #275faa color hex is 0.77, 0.44, 0.00, 0.33. Web safe color of #275faa is #336699. Color #275faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01011111 10101010
Octal 47 137 252
Decimal 39 95 170
Hex 27 5F AA

RGB Percentages of Color #275faa

%12.83
%31.25
%55.92

CMYK Percentages of Color #275faa

%77
%44
%0
%33

Triadic Colors of #275faa

#275faa #aa275f #5faa27

Analogous Colors of #275faa

#275faa #3127aa #27a1aa

Monochromatic Colors of #275faa

#275faa

Complementary Color

#275faa #aa7227

#275faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#275faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#275faa Color CSS Codes

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

#275faa Text Font Color

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

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


#275faa Background Color

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

This div background color is #275faa


#275faa Border Color

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

This div border color is #275faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #275faa


Comments

No comments written yet.

Please login to write comment.