Color Hex Logo

#c746ba Color Hex

#C746BA
(199,70,186)
0 Favorites   0 Comments

Color spaces of #c746ba

RGB 19970186
HSL0.850.540.53
HSV306°65°78°
CMYK 0.000.650.07   0.22
XYZ34.606320.067648.5039
Yxy20.06760.33540.1945
Hunter Lab44.796959.4996-32.8385
CIE-Lab51.913664.3026-35.6533

#c746ba color RGB value is (199,70,186).

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

The process color (four color CMYK) of #c746ba color hex is 0.00, 0.65, 0.07, 0.22. Web safe color of #c746ba is #cc33cc. Color #c746ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 10111010
Octal 307 106 272
Decimal 199 70 186
Hex C7 46 BA

RGB Percentages of Color #c746ba

%43.74
%15.38
%40.88

CMYK Percentages of Color #c746ba

%0
%65
%7
%22

Triadic Colors of #c746ba

#c746ba #bac746 #46bac7

Analogous Colors of #c746ba

#c746ba #c7467a #9446c7

Monochromatic Colors of #c746ba

#c746ba

Complementary Color

#c746ba #46c753

#c746ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c746ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c746ba Color CSS Codes

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

#c746ba Text Font Color

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

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


#c746ba Background Color

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

This div background color is #c746ba


#c746ba Border Color

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

This div border color is #c746ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c746ba


Comments

No comments written yet.

Please login to write comment.