Color Hex Logo

#c446bd Color Hex

#C446BD
(196,70,189)
0 Favorites   0 Comments

Color spaces of #c446bd

RGB 19670189
HSL0.840.520.52
HSV303°64°77°
CMYK 0.000.640.04   0.23
XYZ34.140419.790250.1646
Yxy19.79020.32800.1901
Hunter Lab44.486259.1369-35.7177
CIE-Lab51.599264.0482-37.9191

#c446bd color RGB value is (196,70,189).

#c446bd hex color red value is 196, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c446bd hue: 0.84 , saturation: 0.52 and the lightness value of c446bd is 0.52.

The process color (four color CMYK) of #c446bd color hex is 0.00, 0.64, 0.04, 0.23. Web safe color of #c446bd is #cc33cc. Color #c446bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 10111101
Octal 304 106 275
Decimal 196 70 189
Hex C4 46 BD

RGB Percentages of Color #c446bd

%43.08
%15.38
%41.54

CMYK Percentages of Color #c446bd

%0
%64
%4
%23

Triadic Colors of #c446bd

#c446bd #bdc446 #46bdc4

Analogous Colors of #c446bd

#c446bd #c4467e #8c46c4

Monochromatic Colors of #c446bd

#c446bd

Complementary Color

#c446bd #46c44d

#c446bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c446bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c446bd Color CSS Codes

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

#c446bd Text Font Color

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

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


#c446bd Background Color

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

This div background color is #c446bd


#c446bd Border Color

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

This div border color is #c446bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c446bd


Comments

No comments written yet.

Please login to write comment.