Color Hex Logo

#c3508d Color Hex

#C3508D
(195,80,141)
0 Favorites   0 Comments

Color spaces of #c3508d

RGB 19580141
HSL0.910.490.54
HSV328°59°76°
CMYK 0.000.590.28   0.24
XYZ30.182119.262527.3266
Yxy19.26250.39310.2509
Hunter Lab43.889145.9469-6.1933
CIE-Lab50.992952.3573-10.6502

#c3508d color RGB value is (195,80,141).

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

The process color (four color CMYK) of #c3508d color hex is 0.00, 0.59, 0.28, 0.24. Web safe color of #c3508d is #cc6699. Color #c3508d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 10001101
Octal 303 120 215
Decimal 195 80 141
Hex C3 50 8D

RGB Percentages of Color #c3508d

%46.88
%19.23
%33.89

CMYK Percentages of Color #c3508d

%0
%59
%28
%24

Triadic Colors of #c3508d

#c3508d #8dc350 #508dc3

Analogous Colors of #c3508d

#c3508d #c35054 #c050c3

Monochromatic Colors of #c3508d

#c3508d

Complementary Color

#c3508d #50c386

#c3508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3508d Color CSS Codes

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

#c3508d Text Font Color

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

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


#c3508d Background Color

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

This div background color is #c3508d


#c3508d Border Color

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

This div border color is #c3508d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3508d


Comments

No comments written yet.

Please login to write comment.