Color Hex Logo

#c3407f Color Hex

#C3407F
(195,64,127)
0 Favorites   0 Comments

Color spaces of #c3407f

RGB 19564127
HSL0.920.520.51
HSV331°67°76°
CMYK 0.000.670.35   0.24
XYZ28.169816.801221.8369
Yxy16.80120.42170.2515
Hunter Lab40.989350.9426-2.8941
CIE-Lab48.008657.4648-6.7090

#c3407f color RGB value is (195,64,127).

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

The process color (four color CMYK) of #c3407f color hex is 0.00, 0.67, 0.35, 0.24. Web safe color of #c3407f is #cc3366. Color #c3407f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000000 01111111
Octal 303 100 177
Decimal 195 64 127
Hex C3 40 7F

RGB Percentages of Color #c3407f

%50.52
%16.58
%32.90

CMYK Percentages of Color #c3407f

%0
%67
%35
%24

Triadic Colors of #c3407f

#c3407f #7fc340 #407fc3

Analogous Colors of #c3407f

#c3407f #c34340 #c340c1

Monochromatic Colors of #c3407f

#c3407f

Complementary Color

#c3407f #40c384

#c3407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3407f Color CSS Codes

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

#c3407f Text Font Color

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

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


#c3407f Background Color

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

This div background color is #c3407f


#c3407f Border Color

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

This div border color is #c3407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3407f


Comments

No comments written yet.

Please login to write comment.