Color Hex Logo

#c38101 Color Hex

#C38101
(195,129,1)
0 Favorites   0 Comments

Color spaces of #c38101

RGB 1951291
HSL0.110.990.38
HSV40°99°76°
CMYK 0.000.340.99   0.24
XYZ30.361427.30483.6989
Yxy27.30480.49480.4450
Hunter Lab52.254012.270332.3808
CIE-Lab59.255417.417364.9767

#c38101 color RGB value is (195,129,1).

#c38101 hex color red value is 195, green value is 129 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c38101 hue: 0.11 , saturation: 0.99 and the lightness value of c38101 is 0.38.

The process color (four color CMYK) of #c38101 color hex is 0.00, 0.34, 0.99, 0.24. Web safe color of #c38101 is #cc9900. Color #c38101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 00000001
Octal 303 201 1
Decimal 195 129 1
Hex C3 81 1

RGB Percentages of Color #c38101

%60.00
%39.69
%0.31

CMYK Percentages of Color #c38101

%0
%34
%99
%24

Triadic Colors of #c38101

#c38101 #01c381 #8101c3

Analogous Colors of #c38101

#c38101 #a4c301 #c32001

Monochromatic Colors of #c38101

#c38101

Complementary Color

#c38101 #0143c3

#c38101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38101 Color CSS Codes

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

#c38101 Text Font Color

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

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


#c38101 Background Color

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

This div background color is #c38101


#c38101 Border Color

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

This div border color is #c38101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38101


Comments

No comments written yet.

Please login to write comment.