Color Hex Logo

#272fad Color Hex

#272FAD
(39,47,173)
0 Favorites   0 Comments

Color spaces of #272fad

RGB 3947173
HSL0.660.630.42
HSV236°77°68°
CMYK 0.770.730.00   0.32
XYZ9.39605.481540.0980
Yxy5.48150.17090.0997
Hunter Lab23.412630.6640-85.1552
CIE-Lab28.064741.2571-67.3829

#272fad color RGB value is (39,47,173).

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

The process color (four color CMYK) of #272fad color hex is 0.77, 0.73, 0.00, 0.32. Web safe color of #272fad is #333399. Color #272fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101111 10101101
Octal 47 57 255
Decimal 39 47 173
Hex 27 2F AD

RGB Percentages of Color #272fad

%15.06
%18.15
%66.80

CMYK Percentages of Color #272fad

%77
%73
%0
%32

Triadic Colors of #272fad

#272fad #ad272f #2fad27

Analogous Colors of #272fad

#272fad #6227ad #2772ad

Monochromatic Colors of #272fad

#272fad

Complementary Color

#272fad #ada527

#272fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#272fad Color CSS Codes

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

#272fad Text Font Color

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

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


#272fad Background Color

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

This div background color is #272fad


#272fad Border Color

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

This div border color is #272fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272fad


Comments

No comments written yet.

Please login to write comment.