Color Hex Logo

#021252 Color Hex

#021252
(2,18,82)
0 Favorites   0 Comments

Color spaces of #021252

RGB 21882
HSL0.630.950.16
HSV228°98°32°
CMYK 0.980.780.00   0.68
XYZ1.76431.05478.0932
Yxy1.05470.16170.0967
Hunter Lab10.269912.6930-39.5348
CIE-Lab9.439122.7367-40.2307

#021252 color RGB value is (2,18,82).

#021252 hex color red value is 2, green value is 18 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #021252 hue: 0.63 , saturation: 0.95 and the lightness value of 021252 is 0.16.

The process color (four color CMYK) of #021252 color hex is 0.98, 0.78, 0.00, 0.68. Web safe color of #021252 is #000066. Color #021252 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010010 01010010
Octal 2 22 122
Decimal 2 18 82
Hex 2 12 52

RGB Percentages of Color #021252

%1.96
%17.65
%80.39

CMYK Percentages of Color #021252

%98
%78
%0
%68

Triadic Colors of #021252

#021252 #520212 #125202

Analogous Colors of #021252

#021252 #1a0252 #023a52

Monochromatic Colors of #021252

#021252

Complementary Color

#021252 #524202

#021252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021252 Color CSS Codes

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

#021252 Text Font Color

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

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


#021252 Background Color

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

This div background color is #021252


#021252 Border Color

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

This div border color is #021252


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,18,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #021252; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #021252;
  -webkit-box-shadow: 1px 1px 3px 2px #021252;
  box-shadow:         1px 1px 3px 2px #021252; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021252


Comments

No comments written yet.

Please login to write comment.