Color Hex Logo

#202253 Color Hex

#202253
(32,34,83)
0 Favorites   0 Comments

Color spaces of #202253

RGB 323483
HSL0.660.440.23
HSV238°61°33°
CMYK 0.610.590.00   0.67
XYZ2.72902.07578.4404
Yxy2.07570.20600.1567
Hunter Lab14.40738.5984-24.6495
CIE-Lab15.879615.6938-30.3120

#202253 color RGB value is (32,34,83).

#202253 hex color red value is 32, green value is 34 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #202253 hue: 0.66 , saturation: 0.44 and the lightness value of 202253 is 0.23.

The process color (four color CMYK) of #202253 color hex is 0.61, 0.59, 0.00, 0.67. Web safe color of #202253 is #333366. Color #202253 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00100010 01010011
Octal 40 42 123
Decimal 32 34 83
Hex 20 22 53

RGB Percentages of Color #202253

%21.48
%22.82
%55.70

CMYK Percentages of Color #202253

%61
%59
%0
%67

Triadic Colors of #202253

#202253 #532022 #225320

Analogous Colors of #202253

#202253 #382053 #203c53

Monochromatic Colors of #202253

#202253

Complementary Color

#202253 #535120

#202253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#202253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#202253 Color CSS Codes

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

#202253 Text Font Color

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

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


#202253 Background Color

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

This div background color is #202253


#202253 Border Color

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

This div border color is #202253


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,34,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #202253; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #202253;
  -webkit-box-shadow: 1px 1px 3px 2px #202253;
  box-shadow:         1px 1px 3px 2px #202253; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #202253


Comments

No comments written yet.

Please login to write comment.