Color Hex Logo

#c104cc Color Hex

#C104CC
(193,4,204)
0 Favorites   0 Comments

Color spaces of #c104cc

RGB 1934204
HSL0.820.960.41
HSV297°98°80°
CMYK 0.050.980.00   0.20
XYZ32.934815.783958.4375
Yxy15.78390.30740.1473
Hunter Lab39.729078.4486-59.3997
CIE-Lab46.689780.9759-54.4469

#c104cc color RGB value is (193,4,204).

#c104cc hex color red value is 193, green value is 4 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c104cc hue: 0.82 , saturation: 0.96 and the lightness value of c104cc is 0.41.

The process color (four color CMYK) of #c104cc color hex is 0.05, 0.98, 0.00, 0.20. Web safe color of #c104cc is #cc00cc. Color #c104cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000100 11001100
Octal 301 4 314
Decimal 193 4 204
Hex C1 4 CC

RGB Percentages of Color #c104cc

%48.13
%1.00
%50.87

CMYK Percentages of Color #c104cc

%5
%98
%0
%20

Triadic Colors of #c104cc

#c104cc #ccc104 #04ccc1

Analogous Colors of #c104cc

#c104cc #cc0473 #5d04cc

Monochromatic Colors of #c104cc

#c104cc

Complementary Color

#c104cc #0fcc04

#c104cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c104cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c104cc Color CSS Codes

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

#c104cc Text Font Color

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

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


#c104cc Background Color

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

This div background color is #c104cc


#c104cc Border Color

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

This div border color is #c104cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c104cc


Comments

No comments written yet.

Please login to write comment.