Color Hex Logo

#002132 Color Hex

#002132
(0,33,50)
1 Favorites   0 Comments

Color spaces of #002132

RGB 03350
HSL0.561.000.10
HSV200°100°20°
CMYK 1.000.340.00   0.80
XYZ1.11961.31803.2130
Yxy1.31800.19810.2332
Hunter Lab11.4804-2.6830-8.5571
CIE-Lab11.4008-4.3411-14.5608

#002132 color RGB value is (0,33,50).

#002132 hex color red value is 0, green value is 33 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #002132 hue: 0.56 , saturation: 1.00 and the lightness value of 002132 is 0.10.

The process color (four color CMYK) of #002132 color hex is 1.00, 0.34, 0.00, 0.80. Web safe color of #002132 is #003333. Color #002132 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 00110010
Octal 0 41 62
Decimal 0 33 50
Hex 0 21 32

RGB Percentages of Color #002132

%0.00
%39.76
%60.24

CMYK Percentages of Color #002132

%100
%34
%0
%80

Triadic Colors of #002132

#002132 #320021 #213200

Analogous Colors of #002132

#002132 #000832 #00322a

Monochromatic Colors of #002132

#002132

Complementary Color

#002132 #321100

#002132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002132 Color CSS Codes

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

#002132 Text Font Color

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

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


#002132 Background Color

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

This div background color is #002132


#002132 Border Color

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

This div border color is #002132


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,33,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002132; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002132;
  -webkit-box-shadow: 1px 1px 3px 2px #002132;
  box-shadow:         1px 1px 3px 2px #002132; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002132


Comments

No comments written yet.

Please login to write comment.