Color Hex Logo

#2a6cea Color Hex

#2A6CEA
(42,108,234)
0 Favorites   0 Comments

Color spaces of #2a6cea

RGB 42108234
HSL0.610.820.54
HSV219°82°92°
CMYK 0.820.540.00   0.08
XYZ21.168717.157980.0380
Yxy17.15790.17880.1450
Hunter Lab41.422118.7335-85.5679
CIE-Lab48.458425.2408-69.3641

#2a6cea color RGB value is (42,108,234).

#2a6cea hex color red value is 42, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2a6cea hue: 0.61 , saturation: 0.82 and the lightness value of 2a6cea is 0.54.

The process color (four color CMYK) of #2a6cea color hex is 0.82, 0.54, 0.00, 0.08. Web safe color of #2a6cea is #3366ff. Color #2a6cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01101100 11101010
Octal 52 154 352
Decimal 42 108 234
Hex 2A 6C EA

RGB Percentages of Color #2a6cea

%10.94
%28.13
%60.94

CMYK Percentages of Color #2a6cea

%82
%54
%0
%8

Triadic Colors of #2a6cea

#2a6cea #ea2a6c #6cea2a

Analogous Colors of #2a6cea

#2a6cea #482aea #2accea

Monochromatic Colors of #2a6cea

#2a6cea

Complementary Color

#2a6cea #eaa82a

#2a6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a6cea Color CSS Codes

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

#2a6cea Text Font Color

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

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


#2a6cea Background Color

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

This div background color is #2a6cea


#2a6cea Border Color

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

This div border color is #2a6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a6cea


Comments

No comments written yet.

Please login to write comment.