Color Hex Logo

#2187a1 Color Hex

#2187A1
(33,135,161)
0 Favorites   0 Comments

Color spaces of #2187a1

RGB 33135161
HSL0.530.660.38
HSV192°80°63°
CMYK 0.800.160.00   0.37
XYZ15.724220.224536.7932
Yxy20.22450.21620.2780
Hunter Lab44.9717-16.2884-17.0275
CIE-Lab52.0901-19.0101-21.9080

#2187a1 color RGB value is (33,135,161).

#2187a1 hex color red value is 33, green value is 135 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #2187a1 hue: 0.53 , saturation: 0.66 and the lightness value of 2187a1 is 0.38.

The process color (four color CMYK) of #2187a1 color hex is 0.80, 0.16, 0.00, 0.37. Web safe color of #2187a1 is #339999. Color #2187a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000111 10100001
Octal 41 207 241
Decimal 33 135 161
Hex 21 87 A1

RGB Percentages of Color #2187a1

%10.03
%41.03
%48.94

CMYK Percentages of Color #2187a1

%80
%16
%0
%37

Triadic Colors of #2187a1

#2187a1 #a12187 #87a121

Analogous Colors of #2187a1

#2187a1 #2147a1 #21a17b

Monochromatic Colors of #2187a1

#2187a1

Complementary Color

#2187a1 #a13b21

#2187a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2187a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2187a1 Color CSS Codes

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

#2187a1 Text Font Color

<p style="color:#2187a1">Text here</p>

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


#2187a1 Background Color

<div style="background-color:#2187a1">
Div content here</div>

This div background color is #2187a1


#2187a1 Border Color

<div style="border:3px solid #2187a1">
Div here</div>

This div border color is #2187a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,135,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2187a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2187a1;
  -webkit-box-shadow: 1px 1px 3px 2px #2187a1;
  box-shadow:         1px 1px 3px 2px #2187a1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2187a1


Comments

No comments written yet.

Please login to write comment.