Color Hex Logo

#432253 Color Hex

#432253
(67,34,83)
0 Favorites   0 Comments

Color spaces of #432253

RGB 673483
HSL0.780.420.23
HSV280°59°33°
CMYK 0.190.590.00   0.67
XYZ4.44812.96198.5209
Yxy2.96190.27920.1859
Hunter Lab17.210216.0169-17.3079
CIE-Lab19.890725.4825-23.6666

#432253 color RGB value is (67,34,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00100010 01010011
Octal 103 42 123
Decimal 67 34 83
Hex 43 22 53

RGB Percentages of Color #432253

%36.41
%18.48
%45.11

CMYK Percentages of Color #432253

%19
%59
%0
%67

Triadic Colors of #432253

#432253 #534322 #225343

Analogous Colors of #432253

#432253 #53224b #2b2253

Monochromatic Colors of #432253

#432253

Complementary Color

#432253 #325322

#432253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#432253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#432253 Color CSS Codes

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

#432253 Text Font Color

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

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


#432253 Background Color

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

This div background color is #432253


#432253 Border Color

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

This div border color is #432253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #432253


Comments

No comments written yet.

Please login to write comment.