Color Hex Logo

#275fdc Color Hex

#275FDC
(39,95,220)
0 Favorites   0 Comments

Color spaces of #275fdc

RGB 3995220
HSL0.620.720.51
HSV221°82°86°
CMYK 0.820.570.00   0.14
XYZ17.847213.783169.4299
Yxy13.78310.17660.1364
Hunter Lab37.125620.8396-84.8924
CIE-Lab43.920328.0401-68.8333

#275fdc color RGB value is (39,95,220).

#275fdc hex color red value is 39, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #275fdc hue: 0.62 , saturation: 0.72 and the lightness value of 275fdc is 0.51.

The process color (four color CMYK) of #275fdc color hex is 0.82, 0.57, 0.00, 0.14. Web safe color of #275fdc is #3366cc. Color #275fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01011111 11011100
Octal 47 137 334
Decimal 39 95 220
Hex 27 5F DC

RGB Percentages of Color #275fdc

%11.02
%26.84
%62.15

CMYK Percentages of Color #275fdc

%82
%57
%0
%14

Triadic Colors of #275fdc

#275fdc #dc275f #5fdc27

Analogous Colors of #275fdc

#275fdc #4927dc #27badc

Monochromatic Colors of #275fdc

#275fdc

Complementary Color

#275fdc #dca427

#275fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#275fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#275fdc Color CSS Codes

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

#275fdc Text Font Color

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

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


#275fdc Background Color

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

This div background color is #275fdc


#275fdc Border Color

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

This div border color is #275fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #275fdc


Comments

No comments written yet.

Please login to write comment.