Color Hex Logo

#272fdc Color Hex

#272FDC
(39,47,220)
0 Favorites   0 Comments

Color spaces of #272fdc

RGB 3947220
HSL0.660.720.51
HSV237°82°86°
CMYK 0.820.790.00   0.14
XYZ14.77157.631768.4047
Yxy7.63170.16270.0840
Hunter Lab27.625547.1001-127.4725
CIE-Lab33.203856.7371-86.4585

#272fdc color RGB value is (39,47,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101111 11011100
Octal 47 57 334
Decimal 39 47 220
Hex 27 2F DC

RGB Percentages of Color #272fdc

%12.75
%15.36
%71.90

CMYK Percentages of Color #272fdc

%82
%79
%0
%14

Triadic Colors of #272fdc

#272fdc #dc272f #2fdc27

Analogous Colors of #272fdc

#272fdc #7a27dc #278adc

Monochromatic Colors of #272fdc

#272fdc

Complementary Color

#272fdc #dcd427

#272fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#272fdc Color CSS Codes

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

#272fdc Text Font Color

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

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


#272fdc Background Color

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

This div background color is #272fdc


#272fdc Border Color

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

This div border color is #272fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,47,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 #272fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272fdc


Comments

No comments written yet.

Please login to write comment.