Color Hex Logo

#275dbd Color Hex

#275DBD
(39,93,189)
0 Favorites   0 Comments

Color spaces of #275dbd

RGB 3993189
HSL0.610.660.45
HSV218°79°74°
CMYK 0.790.510.00   0.26
XYZ13.936411.934249.7131
Yxy11.93420.18440.1579
Hunter Lab34.545911.5545-61.1388
CIE-Lab41.111417.4883-55.5367

#275dbd color RGB value is (39,93,189).

#275dbd hex color red value is 39, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #275dbd hue: 0.61 , saturation: 0.66 and the lightness value of 275dbd is 0.45.

The process color (four color CMYK) of #275dbd color hex is 0.79, 0.51, 0.00, 0.26. Web safe color of #275dbd is #3366cc. Color #275dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01011101 10111101
Octal 47 135 275
Decimal 39 93 189
Hex 27 5D BD

RGB Percentages of Color #275dbd

%12.15
%28.97
%58.88

CMYK Percentages of Color #275dbd

%79
%51
%0
%26

Triadic Colors of #275dbd

#275dbd #bd275d #5dbd27

Analogous Colors of #275dbd

#275dbd #3c27bd #27a8bd

Monochromatic Colors of #275dbd

#275dbd

Complementary Color

#275dbd #bd8727

#275dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#275dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#275dbd Color CSS Codes

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

#275dbd Text Font Color

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

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


#275dbd Background Color

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

This div background color is #275dbd


#275dbd Border Color

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

This div border color is #275dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #275dbd


Comments

No comments written yet.

Please login to write comment.