Color Hex Logo

#43298e Color Hex

#43298E
(67,41,142)
0 Favorites   0 Comments

Color spaces of #43298e

RGB 6741142
HSL0.710.550.36
HSV255°71°56°
CMYK 0.530.710.00   0.44
XYZ7.99024.732226.0835
Yxy4.73220.20590.1219
Hunter Lab21.753627.4950-55.8637
CIE-Lab25.957838.1807-51.8715

#43298e color RGB value is (67,41,142).

#43298e hex color red value is 67, green value is 41 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #43298e hue: 0.71 , saturation: 0.55 and the lightness value of 43298e is 0.36.

The process color (four color CMYK) of #43298e color hex is 0.53, 0.71, 0.00, 0.44. Web safe color of #43298e is #333399. Color #43298e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101001 10001110
Octal 103 51 216
Decimal 67 41 142
Hex 43 29 8E

RGB Percentages of Color #43298e

%26.80
%16.40
%56.80

CMYK Percentages of Color #43298e

%53
%71
%0
%44

Triadic Colors of #43298e

#43298e #8e4329 #298e43

Analogous Colors of #43298e

#43298e #76298e #29428e

Monochromatic Colors of #43298e

#43298e

Complementary Color

#43298e #748e29

#43298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#43298e Color CSS Codes

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

#43298e Text Font Color

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

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


#43298e Background Color

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

This div background color is #43298e


#43298e Border Color

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

This div border color is #43298e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,41,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43298e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43298e;
  -webkit-box-shadow: 1px 1px 3px 2px #43298e;
  box-shadow:         1px 1px 3px 2px #43298e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43298e


Comments

No comments written yet.

Please login to write comment.