Color Hex Logo

#c195bd Color Hex

#C195BD
(193,149,189)
0 Favorites   0 Comments

Color spaces of #c195bd

RGB 193149189
HSL0.850.260.67
HSV305°23°76°
CMYK 0.000.230.02   0.24
XYZ41.925136.506552.9809
Yxy36.50650.31900.2778
Hunter Lab60.420618.1228-9.6951
CIE-Lab66.905123.2618-14.3677

#c195bd color RGB value is (193,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 10111101
Octal 301 225 275
Decimal 193 149 189
Hex C1 95 BD

RGB Percentages of Color #c195bd

%36.35
%28.06
%35.59

CMYK Percentages of Color #c195bd

%0
%23
%2
%24

Triadic Colors of #c195bd

#c195bd #bdc195 #95bdc1

Analogous Colors of #c195bd

#c195bd #c195a7 #af95c1

Monochromatic Colors of #c195bd

#c195bd

Complementary Color

#c195bd #95c199

#c195bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c195bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c195bd Color CSS Codes

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

#c195bd Text Font Color

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

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


#c195bd Background Color

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

This div background color is #c195bd


#c195bd Border Color

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

This div border color is #c195bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c195bd


Comments

No comments written yet.

Please login to write comment.