Color Hex Logo

#431253 Color Hex

#431253
(67,18,83)
0 Favorites   0 Comments

Color spaces of #431253

RGB 671883
HSL0.790.640.20
HSV285°78°33°
CMYK 0.190.780.00   0.67
XYZ4.09242.25048.4023
Yxy2.25040.27750.1526
Hunter Lab15.001322.4429-22.7076
CIE-Lab16.750034.0829-28.6828

#431253 color RGB value is (67,18,83).

#431253 hex color red value is 67, green value is 18 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #431253 hue: 0.79 , saturation: 0.64 and the lightness value of 431253 is 0.20.

The process color (four color CMYK) of #431253 color hex is 0.19, 0.78, 0.00, 0.67. Web safe color of #431253 is #330066. Color #431253 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010010 01010011
Octal 103 22 123
Decimal 67 18 83
Hex 43 12 53

RGB Percentages of Color #431253

%39.88
%10.71
%49.40

CMYK Percentages of Color #431253

%19
%78
%0
%67

Triadic Colors of #431253

#431253 #534312 #125343

Analogous Colors of #431253

#431253 #531243 #231253

Monochromatic Colors of #431253

#431253

Complementary Color

#431253 #225312

#431253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431253 Color CSS Codes

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

#431253 Text Font Color

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

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


#431253 Background Color

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

This div background color is #431253


#431253 Border Color

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

This div border color is #431253


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,18,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 #431253">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431253


Comments

No comments written yet.

Please login to write comment.