Color Hex Logo

#2d06aa Color Hex

#2D06AA
(45,6,170)
0 Favorites   0 Comments

Color spaces of #2d06aa

RGB 456170
HSL0.710.930.35
HSV254°96°67°
CMYK 0.740.960.00   0.33
XYZ8.40303.590438.2803
Yxy3.59040.16710.0714
Hunter Lab18.948445.9995-106.5164
CIE-Lab22.268357.7925-75.1770

#2d06aa color RGB value is (45,6,170).

#2d06aa hex color red value is 45, green value is 6 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2d06aa hue: 0.71 , saturation: 0.93 and the lightness value of 2d06aa is 0.35.

The process color (four color CMYK) of #2d06aa color hex is 0.74, 0.96, 0.00, 0.33. Web safe color of #2d06aa is #330099. Color #2d06aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 00000110 10101010
Octal 55 6 252
Decimal 45 6 170
Hex 2D 6 AA

RGB Percentages of Color #2d06aa

%20.36
%2.71
%76.92

CMYK Percentages of Color #2d06aa

%74
%96
%0
%33

Triadic Colors of #2d06aa

#2d06aa #aa2d06 #06aa2d

Analogous Colors of #2d06aa

#2d06aa #7f06aa #0631aa

Monochromatic Colors of #2d06aa

#2d06aa

Complementary Color

#2d06aa #83aa06

#2d06aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d06aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d06aa Color CSS Codes

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

#2d06aa Text Font Color

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

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


#2d06aa Background Color

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

This div background color is #2d06aa


#2d06aa Border Color

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

This div border color is #2d06aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,6,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d06aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d06aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2d06aa;
  box-shadow:         1px 1px 3px 2px #2d06aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,6,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d06aa


Comments

No comments written yet.

Please login to write comment.