Color Hex Logo

#1211bc Color Hex

#1211BC
(18,17,188)
0 Favorites   0 Comments

Color spaces of #1211bc

RGB 1817188
HSL0.670.830.40
HSV240°91°74°
CMYK 0.900.910.00   0.26
XYZ9.52704.160347.8778
Yxy4.16030.15470.0676
Hunter Lab20.396847.6798-124.8947
CIE-Lab24.194559.0088-82.7848

#1211bc color RGB value is (18,17,188).

#1211bc hex color red value is 18, green value is 17 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1211bc hue: 0.67 , saturation: 0.83 and the lightness value of 1211bc is 0.40.

The process color (four color CMYK) of #1211bc color hex is 0.90, 0.91, 0.00, 0.26. Web safe color of #1211bc is #0000cc. Color #1211bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010001 10111100
Octal 22 21 274
Decimal 18 17 188
Hex 12 11 BC

RGB Percentages of Color #1211bc

%8.07
%7.62
%84.30

CMYK Percentages of Color #1211bc

%90
%91
%0
%26

Triadic Colors of #1211bc

#1211bc #bc1211 #11bc12

Analogous Colors of #1211bc

#1211bc #6811bc #1166bc

Monochromatic Colors of #1211bc

#1211bc

Complementary Color

#1211bc #bbbc11

#1211bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1211bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1211bc Color CSS Codes

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

#1211bc Text Font Color

<p style="color:#1211bc">Text here</p>

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


#1211bc Background Color

<div style="background-color:#1211bc">
Div content here</div>

This div background color is #1211bc


#1211bc Border Color

<div style="border:3px solid #1211bc">
Div here</div>

This div border color is #1211bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,17,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1211bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1211bc;
  -webkit-box-shadow: 1px 1px 3px 2px #1211bc;
  box-shadow:         1px 1px 3px 2px #1211bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,17,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 #1211bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1211bc


Comments

No comments written yet.

Please login to write comment.