Color Hex Logo

#c104d0 Color Hex

#C104D0
(193,4,208)
0 Favorites   0 Comments

Color spaces of #c104d0

RGB 1934208
HSL0.820.960.42
HSV296°98°82°
CMYK 0.070.980.00   0.18
XYZ33.420915.978460.9972
Yxy15.97840.30270.1447
Hunter Lab39.973079.2888-62.4931
CIE-Lab46.946181.5899-56.3441

#c104d0 color RGB value is (193,4,208).

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

The process color (four color CMYK) of #c104d0 color hex is 0.07, 0.98, 0.00, 0.18. Web safe color of #c104d0 is #cc00cc. Color #c104d0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000100 11010000
Octal 301 4 320
Decimal 193 4 208
Hex C1 4 D0

RGB Percentages of Color #c104d0

%47.65
%0.99
%51.36

CMYK Percentages of Color #c104d0

%7
%98
%0
%18

Triadic Colors of #c104d0

#c104d0 #d0c104 #04d0c1

Analogous Colors of #c104d0

#c104d0 #d00479 #5b04d0

Monochromatic Colors of #c104d0

#c104d0

Complementary Color

#c104d0 #13d004

#c104d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c104d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c104d0 Color CSS Codes

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

#c104d0 Text Font Color

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

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


#c104d0 Background Color

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

This div background color is #c104d0


#c104d0 Border Color

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

This div border color is #c104d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c104d0


Comments

No comments written yet.

Please login to write comment.