Color Hex Logo

#43068d Color Hex

#43068D
(67,6,141)
0 Favorites   0 Comments

Color spaces of #43068d

RGB 676141
HSL0.740.920.29
HSV267°96°55°
CMYK 0.520.960.00   0.45
XYZ7.18763.246625.4471
Yxy3.24660.20030.0905
Hunter Lab18.018339.6725-71.1219
CIE-Lab21.005651.9321-59.3912

#43068d color RGB value is (67,6,141).

#43068d hex color red value is 67, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #43068d hue: 0.74 , saturation: 0.92 and the lightness value of 43068d is 0.29.

The process color (four color CMYK) of #43068d color hex is 0.52, 0.96, 0.00, 0.45. Web safe color of #43068d is #330099. Color #43068d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00000110 10001101
Octal 103 6 215
Decimal 67 6 141
Hex 43 6 8D

RGB Percentages of Color #43068d

%31.31
%2.80
%65.89

CMYK Percentages of Color #43068d

%52
%96
%0
%45

Triadic Colors of #43068d

#43068d #8d4306 #068d43

Analogous Colors of #43068d

#43068d #87068d #060c8d

Monochromatic Colors of #43068d

#43068d

Complementary Color

#43068d #508d06

#43068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#43068d Color CSS Codes

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

#43068d Text Font Color

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

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


#43068d Background Color

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

This div background color is #43068d


#43068d Border Color

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

This div border color is #43068d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,6,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43068d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43068d;
  -webkit-box-shadow: 1px 1px 3px 2px #43068d;
  box-shadow:         1px 1px 3px 2px #43068d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43068d


Comments

No comments written yet.

Please login to write comment.