Color Hex Logo

#432872 Color Hex

#432872
(67,40,114)
0 Favorites   0 Comments

Color spaces of #432872

RGB 6740114
HSL0.730.480.30
HSV262°65°45°
CMYK 0.410.650.00   0.55
XYZ6.11083.925816.3553
Yxy3.92580.23150.1488
Hunter Lab19.813620.3780-35.0718
CIE-Lab23.424630.3705-38.3419

#432872 color RGB value is (67,40,114).

#432872 hex color red value is 67, green value is 40 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #432872 hue: 0.73 , saturation: 0.48 and the lightness value of 432872 is 0.30.

The process color (four color CMYK) of #432872 color hex is 0.41, 0.65, 0.00, 0.55. Web safe color of #432872 is #333366. Color #432872 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101000 01110010
Octal 103 50 162
Decimal 67 40 114
Hex 43 28 72

RGB Percentages of Color #432872

%30.32
%18.10
%51.58

CMYK Percentages of Color #432872

%41
%65
%0
%55

Triadic Colors of #432872

#432872 #724328 #287243

Analogous Colors of #432872

#432872 #682872 #283272

Monochromatic Colors of #432872

#432872

Complementary Color

#432872 #577228

#432872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#432872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#432872 Color CSS Codes

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

#432872 Text Font Color

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

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


#432872 Background Color

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

This div background color is #432872


#432872 Border Color

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

This div border color is #432872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #432872


Comments

No comments written yet.

Please login to write comment.