Color Hex Logo

#c3382b Color Hex

#C3382B
(195,56,43)
0 Favorites   0 Comments

Color spaces of #c3382b

RGB 1955643
HSL0.010.640.47
HSV78°76°
CMYK 0.000.710.78   0.24
XYZ24.355914.60493.8208
Yxy14.60490.56930.3414
Hunter Lab38.216446.882320.8237
CIE-Lab45.088254.272739.8466

#c3382b color RGB value is (195,56,43).

#c3382b hex color red value is 195, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c3382b hue: 0.01 , saturation: 0.64 and the lightness value of c3382b is 0.47.

The process color (four color CMYK) of #c3382b color hex is 0.00, 0.71, 0.78, 0.24. Web safe color of #c3382b is #cc3333. Color #c3382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 00101011
Octal 303 70 53
Decimal 195 56 43
Hex C3 38 2B

RGB Percentages of Color #c3382b

%66.33
%19.05
%14.63

CMYK Percentages of Color #c3382b

%0
%71
%78
%24

Triadic Colors of #c3382b

#c3382b #2bc338 #382bc3

Analogous Colors of #c3382b

#c3382b #c3842b #c32b6a

Monochromatic Colors of #c3382b

#c3382b

Complementary Color

#c3382b #2bb6c3

#c3382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3382b Color CSS Codes

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

#c3382b Text Font Color

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

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


#c3382b Background Color

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

This div background color is #c3382b


#c3382b Border Color

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

This div border color is #c3382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3382b


Comments

No comments written yet.

Please login to write comment.