Color Hex Logo

#433084 Color Hex

#433084
(67,48,132)
0 Favorites   0 Comments

Color spaces of #433084

RGB 6748132
HSL0.700.470.35
HSV254°64°52°
CMYK 0.490.640.00   0.48
XYZ7.53654.973122.3925
Yxy4.97310.21590.1425
Hunter Lab22.300421.2988-43.9244
CIE-Lab26.658030.9357-44.5049

#433084 color RGB value is (67,48,132).

#433084 hex color red value is 67, green value is 48 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #433084 hue: 0.70 , saturation: 0.47 and the lightness value of 433084 is 0.35.

The process color (four color CMYK) of #433084 color hex is 0.49, 0.64, 0.00, 0.48. Web safe color of #433084 is #333399. Color #433084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110000 10000100
Octal 103 60 204
Decimal 67 48 132
Hex 43 30 84

RGB Percentages of Color #433084

%27.13
%19.43
%53.44

CMYK Percentages of Color #433084

%49
%64
%0
%48

Triadic Colors of #433084

#433084 #844330 #308443

Analogous Colors of #433084

#433084 #6d3084 #304784

Monochromatic Colors of #433084

#433084

Complementary Color

#433084 #718430

#433084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#433084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#433084 Color CSS Codes

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

#433084 Text Font Color

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

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


#433084 Background Color

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

This div background color is #433084


#433084 Border Color

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

This div border color is #433084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #433084


Comments

No comments written yet.

Please login to write comment.