Color Hex Logo

#c1647f Color Hex

#C1647F
(193,100,127)
0 Favorites   0 Comments

Color spaces of #c1647f

RGB 193100127
HSL0.950.430.57
HSV343°48°76°
CMYK 0.000.480.34   0.24
XYZ30.380321.984122.7208
Yxy21.98410.40460.2928
Hunter Lab46.887233.60554.0900
CIE-Lab54.010140.09712.0799

#c1647f color RGB value is (193,100,127).

#c1647f hex color red value is 193, green value is 100 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c1647f hue: 0.95 , saturation: 0.43 and the lightness value of c1647f is 0.57.

The process color (four color CMYK) of #c1647f color hex is 0.00, 0.48, 0.34, 0.24. Web safe color of #c1647f is #cc6666. Color #c1647f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 01111111
Octal 301 144 177
Decimal 193 100 127
Hex C1 64 7F

RGB Percentages of Color #c1647f

%45.95
%23.81
%30.24

CMYK Percentages of Color #c1647f

%0
%48
%34
%24

Triadic Colors of #c1647f

#c1647f #7fc164 #647fc1

Analogous Colors of #c1647f

#c1647f #c17864 #c164ae

Monochromatic Colors of #c1647f

#c1647f

Complementary Color

#c1647f #64c1a6

#c1647f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1647f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1647f Color CSS Codes

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

#c1647f Text Font Color

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

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


#c1647f Background Color

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

This div background color is #c1647f


#c1647f Border Color

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

This div border color is #c1647f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1647f

#c1647f Color Palettes


Comments

No comments written yet.

Please login to write comment.