Color Hex Logo

#c3418d Color Hex

#C3418D
(195,65,141)
0 Favorites   0 Comments

Color spaces of #c3418d

RGB 19565141
HSL0.900.520.51
HSV325°67°76°
CMYK 0.000.670.28   0.24
XYZ29.203717.305827.0004
Yxy17.30580.39730.2354
Hunter Lab41.600252.5080-9.3617
CIE-Lab48.643158.7595-14.1977

#c3418d color RGB value is (195,65,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 10001101
Octal 303 101 215
Decimal 195 65 141
Hex C3 41 8D

RGB Percentages of Color #c3418d

%48.63
%16.21
%35.16

CMYK Percentages of Color #c3418d

%0
%67
%28
%24

Triadic Colors of #c3418d

#c3418d #8dc341 #418dc3

Analogous Colors of #c3418d

#c3418d #c3414c #b841c3

Monochromatic Colors of #c3418d

#c3418d

Complementary Color

#c3418d #41c377

#c3418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3418d Color CSS Codes

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

#c3418d Text Font Color

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

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


#c3418d Background Color

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

This div background color is #c3418d


#c3418d Border Color

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

This div border color is #c3418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3418d


Comments

No comments written yet.

Please login to write comment.