Color Hex Logo

#c3388d Color Hex

#C3388D
(195,56,141)
0 Favorites   0 Comments

Color spaces of #c3388d

RGB 19556141
HSL0.900.550.49
HSV323°71°76°
CMYK 0.000.710.28   0.24
XYZ28.727616.353526.8417
Yxy16.35350.39940.2274
Hunter Lab40.439556.0347-11.0461
CIE-Lab47.434962.1235-16.0340

#c3388d color RGB value is (195,56,141).

#c3388d hex color red value is 195, green value is 56 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c3388d hue: 0.90 , saturation: 0.55 and the lightness value of c3388d is 0.49.

The process color (four color CMYK) of #c3388d color hex is 0.00, 0.71, 0.28, 0.24. Web safe color of #c3388d is #cc3399. Color #c3388d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 10001101
Octal 303 70 215
Decimal 195 56 141
Hex C3 38 8D

RGB Percentages of Color #c3388d

%49.74
%14.29
%35.97

CMYK Percentages of Color #c3388d

%0
%71
%28
%24

Triadic Colors of #c3388d

#c3388d #8dc338 #388dc3

Analogous Colors of #c3388d

#c3388d #c33848 #b438c3

Monochromatic Colors of #c3388d

#c3388d

Complementary Color

#c3388d #38c36e

#c3388d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3388d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3388d Color CSS Codes

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

#c3388d Text Font Color

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

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


#c3388d Background Color

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

This div background color is #c3388d


#c3388d Border Color

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

This div border color is #c3388d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3388d


Comments

No comments written yet.

Please login to write comment.