Color Hex Logo

#c3418f Color Hex

#C3418F
(195,65,143)
0 Favorites   0 Comments

Color spaces of #c3418f

RGB 19565143
HSL0.900.520.51
HSV324°67°76°
CMYK 0.000.670.27   0.24
XYZ29.353917.365927.7914
Yxy17.36590.39400.2331
Hunter Lab41.672452.8080-10.3699
CIE-Lab48.717859.0147-15.2840

#c3418f color RGB value is (195,65,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 10001111
Octal 303 101 217
Decimal 195 65 143
Hex C3 41 8F

RGB Percentages of Color #c3418f

%48.39
%16.13
%35.48

CMYK Percentages of Color #c3418f

%0
%67
%27
%24

Triadic Colors of #c3418f

#c3418f #8fc341 #418fc3

Analogous Colors of #c3418f

#c3418f #c3414e #b641c3

Monochromatic Colors of #c3418f

#c3418f

Complementary Color

#c3418f #41c375

#c3418f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3418f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3418f Color CSS Codes

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

#c3418f Text Font Color

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

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


#c3418f Background Color

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

This div background color is #c3418f


#c3418f Border Color

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

This div border color is #c3418f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3418f


Comments

No comments written yet.

Please login to write comment.