color codes Logo

#c46cbd color codes

#C46CBD
(196,108,189)
0 Favorites   0 Comments

Color spaces of #c46cbd

RGB 196108189
HSL0.850.430.60
HSV305°45°77°
CMYK 0.000.450.04   0.23
XYZ37.312826.135051.2221
Yxy26.13500.32540.2279
Hunter Lab51.122440.8179-23.6199
CIE-Lab58.165046.4319-27.6766

#c46cbd color RGB value is (196,108,189).

#c46cbd hex color red value is 196, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c46cbd hue: 0.85 , saturation: 0.43 and the lightness value of c46cbd is 0.60.

The process color (four color CMYK) of #c46cbd color code is 0.00, 0.45, 0.04, 0.23. Web safe color of #c46cbd is #cc66cc. Color #c46cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101100 10111101
Octal 304 154 275
Decimal 196 108 189
Hex C4 6C BD

RGB Percentages of Color #c46cbd

%39.76
%21.91
%38.34

CMYK Percentages of Color #c46cbd

%0
%45
%4
%23

Triadic Colors of #c46cbd

#c46cbd #bdc46c #6cbdc4

Analogous Colors of #c46cbd

#c46cbd #c46c91 #9f6cc4

Monochromatic Colors of #c46cbd

#c46cbd

Complementary Color

#c46cbd #6cc473

#c46cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46cbd Color CSS Codes

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

#c46cbd Text Font Color

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

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


#c46cbd Background Color

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

This div background color is #c46cbd


#c46cbd Border Color

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

This div border color is #c46cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46cbd


Comments

No comments written yet.

Please login to write comment.