Color Hex Logo

#c65034 Color Hex

#C65034
(198,80,52)
0 Favorites   0 Comments

Color spaces of #c65034

RGB 1988052
HSL0.030.580.49
HSV12°74°78°
CMYK 0.000.600.74   0.22
XYZ26.777217.99105.3101
Yxy17.99100.53470.3593
Hunter Lab42.415838.459822.2685
CIE-Lab49.485245.513639.8346

#c65034 color RGB value is (198,80,52).

#c65034 hex color red value is 198, green value is 80 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c65034 hue: 0.03 , saturation: 0.58 and the lightness value of c65034 is 0.49.

The process color (four color CMYK) of #c65034 color hex is 0.00, 0.60, 0.74, 0.22. Web safe color of #c65034 is #cc6633. Color #c65034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010000 00110100
Octal 306 120 64
Decimal 198 80 52
Hex C6 50 34

RGB Percentages of Color #c65034

%60.00
%24.24
%15.76

CMYK Percentages of Color #c65034

%0
%60
%74
%22

Triadic Colors of #c65034

#c65034 #34c650 #5034c6

Analogous Colors of #c65034

#c65034 #c69934 #c63461

Monochromatic Colors of #c65034

#c65034

Complementary Color

#c65034 #34aac6

#c65034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65034 Color CSS Codes

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

#c65034 Text Font Color

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

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


#c65034 Background Color

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

This div background color is #c65034


#c65034 Border Color

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

This div border color is #c65034


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,80,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c65034; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c65034;
  -webkit-box-shadow: 1px 1px 3px 2px #c65034;
  box-shadow:         1px 1px 3px 2px #c65034; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65034


Comments

No comments written yet.

Please login to write comment.