Color Hex Logo

#c260d3 Color Hex

#C260D3
(194,96,211)
0 Favorites   0 Comments

Color spaces of #c260d3

RGB 19496211
HSL0.810.570.60
HSV291°55°83°
CMYK 0.080.550.00   0.17
XYZ38.188924.538264.3516
Yxy24.53820.30050.1931
Hunter Lab49.536050.9232-42.3476
CIE-Lab56.622755.9230-42.6289

#c260d3 color RGB value is (194,96,211).

#c260d3 hex color red value is 194, green value is 96 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c260d3 hue: 0.81 , saturation: 0.57 and the lightness value of c260d3 is 0.60.

The process color (four color CMYK) of #c260d3 color hex is 0.08, 0.55, 0.00, 0.17. Web safe color of #c260d3 is #cc66cc. Color #c260d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 11010011
Octal 302 140 323
Decimal 194 96 211
Hex C2 60 D3

RGB Percentages of Color #c260d3

%38.72
%19.16
%42.12

CMYK Percentages of Color #c260d3

%8
%55
%0
%17

Triadic Colors of #c260d3

#c260d3 #d3c260 #60d3c2

Analogous Colors of #c260d3

#c260d3 #d360ab #8960d3

Monochromatic Colors of #c260d3

#c260d3

Complementary Color

#c260d3 #71d360

#c260d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c260d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c260d3 Color CSS Codes

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

#c260d3 Text Font Color

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

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


#c260d3 Background Color

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

This div background color is #c260d3


#c260d3 Border Color

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

This div border color is #c260d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c260d3


Comments

No comments written yet.

Please login to write comment.