Color Hex Logo

#272ebc Color Hex

#272EBC
(39,46,188)
0 Favorites   0 Comments

Color spaces of #272ebc

RGB 3946188
HSL0.660.660.45
HSV237°79°74°
CMYK 0.790.760.00   0.26
XYZ10.89086.016248.1642
Yxy6.01620.16740.0925
Hunter Lab24.527936.3330-99.2550
CIE-Lab29.453346.9338-74.0205

#272ebc color RGB value is (39,46,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101110 10111100
Octal 47 56 274
Decimal 39 46 188
Hex 27 2E BC

RGB Percentages of Color #272ebc

%14.29
%16.85
%68.86

CMYK Percentages of Color #272ebc

%79
%76
%0
%26

Triadic Colors of #272ebc

#272ebc #bc272e #2ebc27

Analogous Colors of #272ebc

#272ebc #6b27bc #2779bc

Monochromatic Colors of #272ebc

#272ebc

Complementary Color

#272ebc #bcb527

#272ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#272ebc Color CSS Codes

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

#272ebc Text Font Color

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

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


#272ebc Background Color

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

This div background color is #272ebc


#272ebc Border Color

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

This div border color is #272ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272ebc


Comments

No comments written yet.

Please login to write comment.