Color Hex Logo

#c240c1 Color Hex

#C240C1
(194,64,193)
0 Favorites   0 Comments

Color spaces of #c240c1

RGB 19464193
HSL0.830.520.51
HSV300°67°76°
CMYK 0.000.670.01   0.24
XYZ33.707218.986452.3402
Yxy18.98640.32090.1808
Hunter Lab43.573461.8294-40.7176
CIE-Lab50.671366.5380-41.7204

#c240c1 color RGB value is (194,64,193).

#c240c1 hex color red value is 194, green value is 64 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c240c1 hue: 0.83 , saturation: 0.52 and the lightness value of c240c1 is 0.51.

The process color (four color CMYK) of #c240c1 color hex is 0.00, 0.67, 0.01, 0.24. Web safe color of #c240c1 is #cc33cc. Color #c240c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 11000001
Octal 302 100 301
Decimal 194 64 193
Hex C2 40 C1

RGB Percentages of Color #c240c1

%43.02
%14.19
%42.79

CMYK Percentages of Color #c240c1

%0
%67
%1
%24

Triadic Colors of #c240c1

#c240c1 #c1c240 #40c1c2

Analogous Colors of #c240c1

#c240c1 #c24080 #8240c2

Monochromatic Colors of #c240c1

#c240c1

Complementary Color

#c240c1 #40c241

#c240c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c240c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c240c1 Color CSS Codes

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

#c240c1 Text Font Color

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

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


#c240c1 Background Color

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

This div background color is #c240c1


#c240c1 Border Color

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

This div border color is #c240c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c240c1


Comments

No comments written yet.

Please login to write comment.