Color Hex Logo

#830002 Color Hex

#830002
(131,0,2)
0 Favorites   0 Comments

Color spaces of #830002

RGB 13102
HSL1.001.000.26
HSV359°100°51°
CMYK 0.001.000.98   0.49
XYZ9.37104.82970.4957
Yxy4.82970.63760.3286
Hunter Lab21.976637.654914.0463
CIE-Lab26.244048.900038.1580

#830002 color RGB value is (131,0,2).

#830002 hex color red value is 131, green value is 0 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #830002 hue: 1.00 , saturation: 1.00 and the lightness value of 830002 is 0.26.

The process color (four color CMYK) of #830002 color hex is 0.00, 1.00, 0.98, 0.49. Web safe color of #830002 is #990000. Color #830002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000000 00000010
Octal 203 0 2
Decimal 131 0 2
Hex 83 0 2

RGB Percentages of Color #830002

%98.50
%0.00
%1.50

CMYK Percentages of Color #830002

%0
%100
%98
%49

Triadic Colors of #830002

#830002 #028300 #000283

Analogous Colors of #830002

#830002 #834000 #830044

Monochromatic Colors of #830002

#830002

Complementary Color

#830002 #008381

#830002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830002 Color CSS Codes

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

#830002 Text Font Color

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

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


#830002 Background Color

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

This div background color is #830002


#830002 Border Color

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

This div border color is #830002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830002

#830002 Color Palettes


Comments

No comments written yet.

Please login to write comment.