Color Hex Logo

#c346ce Color Hex

#C346CE
(195,70,206)
0 Favorites   0 Comments

Color spaces of #c346ce

RGB 19570206
HSL0.820.580.54
HSV295°66°81°
CMYK 0.050.660.00   0.19
XYZ35.836420.438760.4488
Yxy20.43870.30700.1751
Hunter Lab45.209262.3773-47.6297
CIE-Lab52.329666.6904-46.5666

#c346ce color RGB value is (195,70,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000110 11001110
Octal 303 106 316
Decimal 195 70 206
Hex C3 46 CE

RGB Percentages of Color #c346ce

%41.40
%14.86
%43.74

CMYK Percentages of Color #c346ce

%5
%66
%0
%19

Triadic Colors of #c346ce

#c346ce #cec346 #46cec3

Analogous Colors of #c346ce

#c346ce #ce4695 #7f46ce

Monochromatic Colors of #c346ce

#c346ce

Complementary Color

#c346ce #51ce46

#c346ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c346ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c346ce Color CSS Codes

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

#c346ce Text Font Color

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

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


#c346ce Background Color

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

This div background color is #c346ce


#c346ce Border Color

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

This div border color is #c346ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c346ce


Comments

No comments written yet.

Please login to write comment.