Color Hex Logo

#c3408c Color Hex

#C3408C
(195,64,140)
0 Favorites   0 Comments

Color spaces of #c3408c

RGB 19564140
HSL0.900.520.51
HSV325°67°76°
CMYK 0.000.670.28   0.24
XYZ29.072717.162326.5913
Yxy17.16230.39920.2357
Hunter Lab41.427452.7688-9.0577
CIE-Lab48.463959.0265-13.8687

#c3408c color RGB value is (195,64,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000000 10001100
Octal 303 100 214
Decimal 195 64 140
Hex C3 40 8C

RGB Percentages of Color #c3408c

%48.87
%16.04
%35.09

CMYK Percentages of Color #c3408c

%0
%67
%28
%24

Triadic Colors of #c3408c

#c3408c #8cc340 #408cc3

Analogous Colors of #c3408c

#c3408c #c3404a #b940c3

Monochromatic Colors of #c3408c

#c3408c

Complementary Color

#c3408c #40c377

#c3408c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3408c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3408c Color CSS Codes

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

#c3408c Text Font Color

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

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


#c3408c Background Color

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

This div background color is #c3408c


#c3408c Border Color

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

This div border color is #c3408c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3408c


Comments

No comments written yet.

Please login to write comment.