Color Hex Logo

#2712bb Color Hex

#2712BB
(39,18,187)
0 Favorites   0 Comments

Color spaces of #2712bb

RGB 3918187
HSL0.690.820.40
HSV247°90°73°
CMYK 0.790.900.00   0.27
XYZ10.02264.451847.3447
Yxy4.45180.16210.0720
Hunter Lab21.099347.8674-118.2713
CIE-Lab25.112159.0129-80.6360

#2712bb color RGB value is (39,18,187).

#2712bb hex color red value is 39, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2712bb hue: 0.69 , saturation: 0.82 and the lightness value of 2712bb is 0.40.

The process color (four color CMYK) of #2712bb color hex is 0.79, 0.90, 0.00, 0.27. Web safe color of #2712bb is #3300cc. Color #2712bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010010 10111011
Octal 47 22 273
Decimal 39 18 187
Hex 27 12 BB

RGB Percentages of Color #2712bb

%15.98
%7.38
%76.64

CMYK Percentages of Color #2712bb

%79
%90
%0
%27

Triadic Colors of #2712bb

#2712bb #bb2712 #12bb27

Analogous Colors of #2712bb

#2712bb #7c12bb #1252bb

Monochromatic Colors of #2712bb

#2712bb

Complementary Color

#2712bb #a6bb12

#2712bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2712bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2712bb Color CSS Codes

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

#2712bb Text Font Color

<p style="color:#2712bb">Text here</p>

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


#2712bb Background Color

<div style="background-color:#2712bb">
Div content here</div>

This div background color is #2712bb


#2712bb Border Color

<div style="border:3px solid #2712bb">
Div here</div>

This div border color is #2712bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,18,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2712bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2712bb;
  -webkit-box-shadow: 1px 1px 3px 2px #2712bb;
  box-shadow:         1px 1px 3px 2px #2712bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2712bb


Comments

No comments written yet.

Please login to write comment.