Color Hex Logo

#c446cf Color Hex

#C446CF
(196,70,207)
0 Favorites   0 Comments

Color spaces of #c446cf

RGB 19670207
HSL0.820.590.54
HSV295°66°81°
CMYK 0.050.660.00   0.19
XYZ36.217620.621161.1029
Yxy20.62110.30710.1748
Hunter Lab45.410562.8963-47.9915
CIE-Lab52.532367.0931-46.8079

#c446cf color RGB value is (196,70,207).

#c446cf hex color red value is 196, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c446cf hue: 0.82 , saturation: 0.59 and the lightness value of c446cf is 0.54.

The process color (four color CMYK) of #c446cf color hex is 0.05, 0.66, 0.00, 0.19. Web safe color of #c446cf is #cc33cc. Color #c446cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 11001111
Octal 304 106 317
Decimal 196 70 207
Hex C4 46 CF

RGB Percentages of Color #c446cf

%41.44
%14.80
%43.76

CMYK Percentages of Color #c446cf

%5
%66
%0
%19

Triadic Colors of #c446cf

#c446cf #cfc446 #46cfc4

Analogous Colors of #c446cf

#c446cf #cf4696 #8046cf

Monochromatic Colors of #c446cf

#c446cf

Complementary Color

#c446cf #51cf46

#c446cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c446cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c446cf Color CSS Codes

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

#c446cf Text Font Color

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

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


#c446cf Background Color

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

This div background color is #c446cf


#c446cf Border Color

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

This div border color is #c446cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c446cf


Comments

No comments written yet.

Please login to write comment.