Color Hex Logo

#c346fe Color Hex

#C346FE
(195,70,254)
0 Favorites   0 Comments

Color spaces of #c346fe

RGB 19570254
HSL0.780.990.64
HSV281°72°100°
CMYK 0.230.720.00   0.00
XYZ42.585223.138295.9876
Yxy23.13820.26330.1431
Hunter Lab48.102273.8485-84.6413
CIE-Lab55.214475.6400-68.9870

#c346fe color RGB value is (195,70,254).

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

The process color (four color CMYK) of #c346fe color hex is 0.23, 0.72, 0.00, 0.00. Web safe color of #c346fe is #cc33ff. Color #c346fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000110 11111110
Octal 303 106 376
Decimal 195 70 254
Hex C3 46 FE

RGB Percentages of Color #c346fe

%37.57
%13.49
%48.94

CMYK Percentages of Color #c346fe

%23
%72
%0
%0

Triadic Colors of #c346fe

#c346fe #fec346 #46fec3

Analogous Colors of #c346fe

#c346fe #fe46dd #6746fe

Monochromatic Colors of #c346fe

#c346fe

Complementary Color

#c346fe #81fe46

#c346fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c346fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c346fe Color CSS Codes

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

#c346fe Text Font Color

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

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


#c346fe Background Color

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

This div background color is #c346fe


#c346fe Border Color

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

This div border color is #c346fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c346fe


Comments

No comments written yet.

Please login to write comment.