Color Hex Logo

#2138ad Color Hex

#2138AD
(33,56,173)
0 Favorites   0 Comments

Color spaces of #2138ad

RGB 3356173
HSL0.640.680.40
HSV230°81°68°
CMYK 0.810.680.00   0.32
XYZ9.58426.168840.2207
Yxy6.16880.17120.1102
Hunter Lab24.837125.4152-78.6272
CIE-Lab29.834435.1626-64.4778

#2138ad color RGB value is (33,56,173).

#2138ad hex color red value is 33, green value is 56 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2138ad hue: 0.64 , saturation: 0.68 and the lightness value of 2138ad is 0.40.

The process color (four color CMYK) of #2138ad color hex is 0.81, 0.68, 0.00, 0.32. Web safe color of #2138ad is #333399. Color #2138ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111000 10101101
Octal 41 70 255
Decimal 33 56 173
Hex 21 38 AD

RGB Percentages of Color #2138ad

%12.60
%21.37
%66.03

CMYK Percentages of Color #2138ad

%81
%68
%0
%32

Triadic Colors of #2138ad

#2138ad #ad2138 #38ad21

Analogous Colors of #2138ad

#2138ad #5021ad #217ead

Monochromatic Colors of #2138ad

#2138ad

Complementary Color

#2138ad #ad9621

#2138ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2138ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2138ad Color CSS Codes

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

#2138ad Text Font Color

<p style="color:#2138ad">Text here</p>

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


#2138ad Background Color

<div style="background-color:#2138ad">
Div content here</div>

This div background color is #2138ad


#2138ad Border Color

<div style="border:3px solid #2138ad">
Div here</div>

This div border color is #2138ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,56,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2138ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2138ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2138ad;
  box-shadow:         1px 1px 3px 2px #2138ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,56,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2138ad


Comments

No comments written yet.

Please login to write comment.