Color Hex Logo

#2a0cbb Color Hex

#2A0CBB
(42,12,187)
0 Favorites   0 Comments

Color spaces of #2a0cbb

RGB 4212187
HSL0.700.880.39
HSV250°94°73°
CMYK 0.780.940.00   0.27
XYZ10.05604.343047.3220
Yxy4.34300.16290.0704
Hunter Lab20.839949.6630-120.0445
CIE-Lab24.774460.7306-81.1940

#2a0cbb color RGB value is (42,12,187).

#2a0cbb hex color red value is 42, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2a0cbb hue: 0.70 , saturation: 0.88 and the lightness value of 2a0cbb is 0.39.

The process color (four color CMYK) of #2a0cbb color hex is 0.78, 0.94, 0.00, 0.27. Web safe color of #2a0cbb is #3300cc. Color #2a0cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 00001100 10111011
Octal 52 14 273
Decimal 42 12 187
Hex 2A C BB

RGB Percentages of Color #2a0cbb

%17.43
%4.98
%77.59

CMYK Percentages of Color #2a0cbb

%78
%94
%0
%27

Triadic Colors of #2a0cbb

#2a0cbb #bb2a0c #0cbb2a

Analogous Colors of #2a0cbb

#2a0cbb #820cbb #0c46bb

Monochromatic Colors of #2a0cbb

#2a0cbb

Complementary Color

#2a0cbb #9dbb0c

#2a0cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a0cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a0cbb Color CSS Codes

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

#2a0cbb Text Font Color

<p style="color:#2a0cbb">Text here</p>

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


#2a0cbb Background Color

<div style="background-color:#2a0cbb">
Div content here</div>

This div background color is #2a0cbb


#2a0cbb Border Color

<div style="border:3px solid #2a0cbb">
Div here</div>

This div border color is #2a0cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,12,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a0cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a0cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #2a0cbb;
  box-shadow:         1px 1px 3px 2px #2a0cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,12,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 #2a0cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a0cbb


Comments

No comments written yet.

Please login to write comment.