Color Hex Logo

#c460c3 Color Hex

#C460C3
(196,96,195)
0 Favorites   0 Comments

Color spaces of #c460c3

RGB 19696195
HSL0.840.460.57
HSV301°51°77°
CMYK 0.000.510.01   0.23
XYZ36.798124.041654.3308
Yxy24.04160.31950.2087
Hunter Lab49.032248.1557-31.3745
CIE-Lab56.129453.5146-34.2714

#c460c3 color RGB value is (196,96,195).

#c460c3 hex color red value is 196, green value is 96 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c460c3 hue: 0.84 , saturation: 0.46 and the lightness value of c460c3 is 0.57.

The process color (four color CMYK) of #c460c3 color hex is 0.00, 0.51, 0.01, 0.23. Web safe color of #c460c3 is #cc66cc. Color #c460c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 11000011
Octal 304 140 303
Decimal 196 96 195
Hex C4 60 C3

RGB Percentages of Color #c460c3

%40.25
%19.71
%40.04

CMYK Percentages of Color #c460c3

%0
%51
%1
%23

Triadic Colors of #c460c3

#c460c3 #c3c460 #60c3c4

Analogous Colors of #c460c3

#c460c3 #c46091 #9360c4

Monochromatic Colors of #c460c3

#c460c3

Complementary Color

#c460c3 #60c461

#c460c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460c3 Color CSS Codes

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

#c460c3 Text Font Color

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

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


#c460c3 Background Color

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

This div background color is #c460c3


#c460c3 Border Color

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

This div border color is #c460c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460c3


Comments

No comments written yet.

Please login to write comment.