Color Hex Logo

#c1648a Color Hex

#C1648A
(193,100,138)
0 Favorites   0 Comments

Color spaces of #c1648a

RGB 193100138
HSL0.930.430.57
HSV335°48°76°
CMYK 0.000.480.28   0.24
XYZ31.136922.286826.7054
Yxy22.28680.38860.2781
Hunter Lab47.208935.1151-0.4933
CIE-Lab54.330041.5331-3.9333

#c1648a color RGB value is (193,100,138).

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

The process color (four color CMYK) of #c1648a color hex is 0.00, 0.48, 0.28, 0.24. Web safe color of #c1648a is #cc6699. Color #c1648a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 10001010
Octal 301 144 212
Decimal 193 100 138
Hex C1 64 8A

RGB Percentages of Color #c1648a

%44.78
%23.20
%32.02

CMYK Percentages of Color #c1648a

%0
%48
%28
%24

Triadic Colors of #c1648a

#c1648a #8ac164 #648ac1

Analogous Colors of #c1648a

#c1648a #c16d64 #c164b9

Monochromatic Colors of #c1648a

#c1648a

Complementary Color

#c1648a #64c19b

#c1648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1648a Color CSS Codes

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

#c1648a Text Font Color

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

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


#c1648a Background Color

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

This div background color is #c1648a


#c1648a Border Color

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

This div border color is #c1648a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,100,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1648a


Comments

No comments written yet.

Please login to write comment.