Color Hex Logo

#c346df Color Hex

#C346DF
(195,70,223)
0 Favorites   0 Comments

Color spaces of #c346df

RGB 19570223
HSL0.800.710.57
HSV289°69°87°
CMYK 0.130.690.00   0.13
XYZ38.015121.310171.9217
Yxy21.31010.28960.1624
Hunter Lab46.162966.2097-60.0598
CIE-Lab53.287269.7394-54.7186

#c346df color RGB value is (195,70,223).

#c346df hex color red value is 195, green value is 70 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c346df hue: 0.80 , saturation: 0.71 and the lightness value of c346df is 0.57.

The process color (four color CMYK) of #c346df color hex is 0.13, 0.69, 0.00, 0.13. Web safe color of #c346df is #cc33cc. Color #c346df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000110 11011111
Octal 303 106 337
Decimal 195 70 223
Hex C3 46 DF

RGB Percentages of Color #c346df

%39.96
%14.34
%45.70

CMYK Percentages of Color #c346df

%13
%69
%0
%13

Triadic Colors of #c346df

#c346df #dfc346 #46dfc3

Analogous Colors of #c346df

#c346df #df46af #7746df

Monochromatic Colors of #c346df

#c346df

Complementary Color

#c346df #62df46

#c346df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c346df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c346df Color CSS Codes

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

#c346df Text Font Color

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

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


#c346df Background Color

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

This div background color is #c346df


#c346df Border Color

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

This div border color is #c346df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c346df


Comments

No comments written yet.

Please login to write comment.