Color Hex Logo

#c194bd Color Hex

#C194BD
(193,148,189)
0 Favorites   0 Comments

Color spaces of #c194bd

RGB 193148189
HSL0.850.270.67
HSV305°23°76°
CMYK 0.000.230.02   0.24
XYZ41.767536.191452.9284
Yxy36.19140.31910.2765
Hunter Lab60.159318.6505-10.0521
CIE-Lab66.665923.8154-14.7282

#c194bd color RGB value is (193,148,189).

#c194bd hex color red value is 193, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c194bd hue: 0.85 , saturation: 0.27 and the lightness value of c194bd is 0.67.

The process color (four color CMYK) of #c194bd color hex is 0.00, 0.23, 0.02, 0.24. Web safe color of #c194bd is #cc99cc. Color #c194bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 10111101
Octal 301 224 275
Decimal 193 148 189
Hex C1 94 BD

RGB Percentages of Color #c194bd

%36.42
%27.92
%35.66

CMYK Percentages of Color #c194bd

%0
%23
%2
%24

Triadic Colors of #c194bd

#c194bd #bdc194 #94bdc1

Analogous Colors of #c194bd

#c194bd #c194a7 #af94c1

Monochromatic Colors of #c194bd

#c194bd

Complementary Color

#c194bd #94c198

#c194bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194bd Color CSS Codes

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

#c194bd Text Font Color

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

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


#c194bd Background Color

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

This div background color is #c194bd


#c194bd Border Color

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

This div border color is #c194bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194bd


Comments

No comments written yet.

Please login to write comment.