Color Hex Logo

#c178bd Color Hex

#C178BD
(193,120,189)
0 Favorites   0 Comments

Color spaces of #c178bd

RGB 193120189
HSL0.840.370.61
HSV303°38°76°
CMYK 0.000.380.02   0.24
XYZ37.894128.444551.6372
Yxy28.44450.32120.2411
Hunter Lab53.333433.4933-20.0710
CIE-Lab60.288239.1714-24.4349

#c178bd color RGB value is (193,120,189).

#c178bd hex color red value is 193, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c178bd hue: 0.84 , saturation: 0.37 and the lightness value of c178bd is 0.61.

The process color (four color CMYK) of #c178bd color hex is 0.00, 0.38, 0.02, 0.24. Web safe color of #c178bd is #cc66cc. Color #c178bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111000 10111101
Octal 301 170 275
Decimal 193 120 189
Hex C1 78 BD

RGB Percentages of Color #c178bd

%38.45
%23.90
%37.65

CMYK Percentages of Color #c178bd

%0
%38
%2
%24

Triadic Colors of #c178bd

#c178bd #bdc178 #78bdc1

Analogous Colors of #c178bd

#c178bd #c17899 #a178c1

Monochromatic Colors of #c178bd

#c178bd

Complementary Color

#c178bd #78c17c

#c178bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c178bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c178bd Color CSS Codes

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

#c178bd Text Font Color

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

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


#c178bd Background Color

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

This div background color is #c178bd


#c178bd Border Color

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

This div border color is #c178bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c178bd


Comments

No comments written yet.

Please login to write comment.