Color Hex Logo

#c346ff Color Hex

#C346FF
(195,70,255)
0 Favorites   0 Comments

Color spaces of #c346ff

RGB 19570255
HSL0.781.000.64
HSV281°73°100°
CMYK 0.240.730.00   0.00
XYZ42.745823.202496.8333
Yxy23.20240.26260.1425
Hunter Lab48.168974.1081-85.4718
CIE-Lab55.280275.8367-69.4351

#c346ff color RGB value is (195,70,255).

#c346ff hex color red value is 195, green value is 70 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c346ff hue: 0.78 , saturation: 1.00 and the lightness value of c346ff is 0.64.

The process color (four color CMYK) of #c346ff color hex is 0.24, 0.73, 0.00, 0.00. Web safe color of #c346ff is #cc33ff. Color #c346ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000110 11111111
Octal 303 106 377
Decimal 195 70 255
Hex C3 46 FF

RGB Percentages of Color #c346ff

%37.50
%13.46
%49.04

CMYK Percentages of Color #c346ff

%24
%73
%0
%0

Triadic Colors of #c346ff

#c346ff #ffc346 #46ffc3

Analogous Colors of #c346ff

#c346ff #ff46df #6746ff

Monochromatic Colors of #c346ff

#c346ff

Complementary Color

#c346ff #82ff46

#c346ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c346ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c346ff Color CSS Codes

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

#c346ff Text Font Color

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

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


#c346ff Background Color

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

This div background color is #c346ff


#c346ff Border Color

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

This div border color is #c346ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c346ff

Related Colors


Comments

No comments written yet.

Please login to write comment.