Color Hex Logo

#c346cb Color Hex

#C346CB
(195,70,203)
0 Favorites   0 Comments

Color spaces of #c346cb

RGB 19570203
HSL0.820.560.54
HSV296°66°80°
CMYK 0.040.660.00   0.20
XYZ35.475320.294258.5473
Yxy20.29420.31030.1775
Hunter Lab45.049161.7295-45.5209
CIE-Lab52.168266.1687-45.1029

#c346cb color RGB value is (195,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000110 11001011
Octal 303 106 313
Decimal 195 70 203
Hex C3 46 CB

RGB Percentages of Color #c346cb

%41.67
%14.96
%43.38

CMYK Percentages of Color #c346cb

%4
%66
%0
%20

Triadic Colors of #c346cb

#c346cb #cbc346 #46cbc3

Analogous Colors of #c346cb

#c346cb #cb4691 #8146cb

Monochromatic Colors of #c346cb

#c346cb

Complementary Color

#c346cb #4ecb46

#c346cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c346cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c346cb Color CSS Codes

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

#c346cb Text Font Color

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

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


#c346cb Background Color

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

This div background color is #c346cb


#c346cb Border Color

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

This div border color is #c346cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c346cb


Comments

No comments written yet.

Please login to write comment.