Color Hex Logo

#c446ca Color Hex

#C446CA
(196,70,202)
0 Favorites   0 Comments

Color spaces of #c446ca

RGB 19670202
HSL0.830.550.53
HSV297°65°79°
CMYK 0.030.650.00   0.21
XYZ35.615820.380357.9338
Yxy20.38030.31260.1789
Hunter Lab45.144561.8207-44.4854
CIE-Lab52.264566.2284-44.3669

#c446ca color RGB value is (196,70,202).

#c446ca hex color red value is 196, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c446ca hue: 0.83 , saturation: 0.55 and the lightness value of c446ca is 0.53.

The process color (four color CMYK) of #c446ca color hex is 0.03, 0.65, 0.00, 0.21. Web safe color of #c446ca is #cc33cc. Color #c446ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 11001010
Octal 304 106 312
Decimal 196 70 202
Hex C4 46 CA

RGB Percentages of Color #c446ca

%41.88
%14.96
%43.16

CMYK Percentages of Color #c446ca

%3
%65
%0
%21

Triadic Colors of #c446ca

#c446ca #cac446 #46cac4

Analogous Colors of #c446ca

#c446ca #ca468e #8246ca

Monochromatic Colors of #c446ca

#c446ca

Complementary Color

#c446ca #4cca46

#c446ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c446ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c446ca Color CSS Codes

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

#c446ca Text Font Color

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

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


#c446ca Background Color

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

This div background color is #c446ca


#c446ca Border Color

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

This div border color is #c446ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,70,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c446ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c446ca


Comments

No comments written yet.

Please login to write comment.