Color Hex Logo

#600043 Color Hex

#600043
(96,0,67)
0 Favorites   0 Comments

Color spaces of #600043

RGB 96067
HSL0.881.000.19
HSV318°100°38°
CMYK 0.001.000.30   0.62
XYZ5.83702.89205.5608
Yxy2.89200.40850.2024
Hunter Lab17.005931.5070-7.4833
CIE-Lab19.606143.7922-12.8134

#600043 color RGB value is (96,0,67).

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

The process color (four color CMYK) of #600043 color hex is 0.00, 1.00, 0.30, 0.62. Web safe color of #600043 is #660033. Color #600043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 01000011
Octal 140 0 103
Decimal 96 0 67
Hex 60 0 43

RGB Percentages of Color #600043

%58.90
%0.00
%41.10

CMYK Percentages of Color #600043

%0
%100
%30
%62

Triadic Colors of #600043

#600043 #436000 #004360

Analogous Colors of #600043

#600043 #600013 #4d0060

Monochromatic Colors of #600043

#600043

Complementary Color

#600043 #00601d

#600043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600043 Color CSS Codes

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

#600043 Text Font Color

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

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


#600043 Background Color

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

This div background color is #600043


#600043 Border Color

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

This div border color is #600043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600043


Comments

No comments written yet.

Please login to write comment.