Color Hex Logo

#272ead Color Hex

#272EAD
(39,46,173)
0 Favorites   0 Comments

Color spaces of #272ead

RGB 3946173
HSL0.660.630.42
HSV237°77°68°
CMYK 0.770.730.00   0.32
XYZ9.35655.402540.0848
Yxy5.40250.17060.0985
Hunter Lab23.243331.1788-85.9798
CIE-Lab27.852041.8496-67.7339

#272ead color RGB value is (39,46,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101110 10101101
Octal 47 56 255
Decimal 39 46 173
Hex 27 2E AD

RGB Percentages of Color #272ead

%15.12
%17.83
%67.05

CMYK Percentages of Color #272ead

%77
%73
%0
%32

Triadic Colors of #272ead

#272ead #ad272e #2ead27

Analogous Colors of #272ead

#272ead #6327ad #2771ad

Monochromatic Colors of #272ead

#272ead

Complementary Color

#272ead #ada627

#272ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#272ead Color CSS Codes

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

#272ead Text Font Color

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

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


#272ead Background Color

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

This div background color is #272ead


#272ead Border Color

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

This div border color is #272ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272ead


Comments

No comments written yet.

Please login to write comment.