Color Hex Logo

#272ae9 Color Hex

#272AE9
(39,42,233)
0 Favorites   0 Comments

Color spaces of #272ae9

RGB 3942233
HSL0.660.820.53
HSV239°83°91°
CMYK 0.830.820.00   0.09
XYZ16.37267.970577.7663
Yxy7.97050.16030.0781
Hunter Lab28.232154.1112-143.5541
CIE-Lab33.921463.0255-92.7038

#272ae9 color RGB value is (39,42,233).

#272ae9 hex color red value is 39, green value is 42 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #272ae9 hue: 0.66 , saturation: 0.82 and the lightness value of 272ae9 is 0.53.

The process color (four color CMYK) of #272ae9 color hex is 0.83, 0.82, 0.00, 0.09. Web safe color of #272ae9 is #3333ff. Color #272ae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101010 11101001
Octal 47 52 351
Decimal 39 42 233
Hex 27 2A E9

RGB Percentages of Color #272ae9

%12.42
%13.38
%74.20

CMYK Percentages of Color #272ae9

%83
%82
%0
%9

Triadic Colors of #272ae9

#272ae9 #e9272a #2ae927

Analogous Colors of #272ae9

#272ae9 #8527e9 #278be9

Monochromatic Colors of #272ae9

#272ae9

Complementary Color

#272ae9 #e9e627

#272ae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272ae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272ae9 Color CSS Codes

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

#272ae9 Text Font Color

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

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


#272ae9 Background Color

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

This div background color is #272ae9


#272ae9 Border Color

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

This div border color is #272ae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272ae9


Comments

No comments written yet.

Please login to write comment.