Color Hex Logo

#430030 Color Hex

#430030
(67,0,48)
0 Favorites   0 Comments

Color spaces of #430030

RGB 67048
HSL0.881.000.13
HSV317°100°26°
CMYK 0.001.000.28   0.74
XYZ2.84821.40672.9177
Yxy1.40670.39710.1961
Hunter Lab11.860422.1097-6.2832
CIE-Lab12.002234.6043-11.5694

#430030 color RGB value is (67,0,48).

#430030 hex color red value is 67, green value is 0 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #430030 hue: 0.88 , saturation: 1.00 and the lightness value of 430030 is 0.13.

The process color (four color CMYK) of #430030 color hex is 0.00, 1.00, 0.28, 0.74. Web safe color of #430030 is #330033. Color #430030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00000000 00110000
Octal 103 0 60
Decimal 67 0 48
Hex 43 0 30

RGB Percentages of Color #430030

%58.26
%0.00
%41.74

CMYK Percentages of Color #430030

%0
%100
%28
%74

Triadic Colors of #430030

#430030 #304300 #003043

Analogous Colors of #430030

#430030 #43000f #350043

Monochromatic Colors of #430030

#430030

Complementary Color

#430030 #004313

#430030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#430030 Color CSS Codes

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

#430030 Text Font Color

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

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


#430030 Background Color

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

This div background color is #430030


#430030 Border Color

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

This div border color is #430030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430030


Comments

No comments written yet.

Please login to write comment.