Color Hex Logo

#c189bd Color Hex

#C189BD
(193,137,189)
0 Favorites   0 Comments

Color spaces of #c189bd

RGB 193137189
HSL0.850.310.65
HSV304°29°76°
CMYK 0.000.290.02   0.24
XYZ40.123332.902952.3803
Yxy32.90290.31990.2624
Hunter Lab57.361024.4766-13.9890
CIE-Lab64.082229.8971-18.6382

#c189bd color RGB value is (193,137,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 10111101
Octal 301 211 275
Decimal 193 137 189
Hex C1 89 BD

RGB Percentages of Color #c189bd

%37.19
%26.40
%36.42

CMYK Percentages of Color #c189bd

%0
%29
%2
%24

Triadic Colors of #c189bd

#c189bd #bdc189 #89bdc1

Analogous Colors of #c189bd

#c189bd #c189a1 #a989c1

Monochromatic Colors of #c189bd

#c189bd

Complementary Color

#c189bd #89c18d

#c189bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189bd Color CSS Codes

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

#c189bd Text Font Color

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

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


#c189bd Background Color

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

This div background color is #c189bd


#c189bd Border Color

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

This div border color is #c189bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189bd


Comments

No comments written yet.

Please login to write comment.