Color Hex Logo

#c746cf Color Hex

#C746CF
(199,70,207)
0 Favorites   0 Comments

Color spaces of #c746cf

RGB 19970207
HSL0.820.590.54
HSV296°66°81°
CMYK 0.040.660.00   0.19
XYZ37.005821.027461.1398
Yxy21.02740.31050.1764
Hunter Lab45.855663.8033-46.9530
CIE-Lab52.979567.7764-46.0701

#c746cf color RGB value is (199,70,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 11001111
Octal 307 106 317
Decimal 199 70 207
Hex C7 46 CF

RGB Percentages of Color #c746cf

%41.81
%14.71
%43.49

CMYK Percentages of Color #c746cf

%4
%66
%0
%19

Triadic Colors of #c746cf

#c746cf #cfc746 #46cfc7

Analogous Colors of #c746cf

#c746cf #cf4693 #8346cf

Monochromatic Colors of #c746cf

#c746cf

Complementary Color

#c746cf #4ecf46

#c746cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c746cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c746cf Color CSS Codes

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

#c746cf Text Font Color

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

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


#c746cf Background Color

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

This div background color is #c746cf


#c746cf Border Color

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

This div border color is #c746cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c746cf


Comments

No comments written yet.

Please login to write comment.