Color Hex Logo

#c82b02 Color Hex

#C82B02
(200,43,2)
0 Favorites   0 Comments

Color spaces of #c82b02

RGB 200432
HSL0.030.980.40
HSV12°99°78°
CMYK 0.000.790.99   0.22
XYZ24.694314.01151.4604
Yxy14.01150.61480.3488
Hunter Lab37.431952.252723.8892
CIE-Lab44.249459.352356.3593

#c82b02 color RGB value is (200,43,2).

#c82b02 hex color red value is 200, green value is 43 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c82b02 hue: 0.03 , saturation: 0.98 and the lightness value of c82b02 is 0.40.

The process color (four color CMYK) of #c82b02 color hex is 0.00, 0.79, 0.99, 0.22. Web safe color of #c82b02 is #cc3300. Color #c82b02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101011 00000010
Octal 310 53 2
Decimal 200 43 2
Hex C8 2B 2

RGB Percentages of Color #c82b02

%81.63
%17.55
%0.82

CMYK Percentages of Color #c82b02

%0
%79
%99
%22

Triadic Colors of #c82b02

#c82b02 #02c82b #2b02c8

Analogous Colors of #c82b02

#c82b02 #c88e02 #c8023c

Monochromatic Colors of #c82b02

#c82b02

Complementary Color

#c82b02 #029fc8

#c82b02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82b02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82b02 Color CSS Codes

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

#c82b02 Text Font Color

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

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


#c82b02 Background Color

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

This div background color is #c82b02


#c82b02 Border Color

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

This div border color is #c82b02


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,43,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 #c82b02">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82b02


Comments

No comments written yet.

Please login to write comment.