Color Hex Logo

#c146c7 Color Hex

#C146C7
(193,70,199)
0 Favorites   0 Comments

Color spaces of #c146c7

RGB 19370199
HSL0.830.540.53
HSV297°65°78°
CMYK 0.030.650.00   0.22
XYZ34.491319.841356.0447
Yxy19.84130.31250.1798
Hunter Lab44.543660.2661-43.4181
CIE-Lab51.657365.0112-43.6327

#c146c7 color RGB value is (193,70,199).

#c146c7 hex color red value is 193, green value is 70 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #c146c7 hue: 0.83 , saturation: 0.54 and the lightness value of c146c7 is 0.53.

The process color (four color CMYK) of #c146c7 color hex is 0.03, 0.65, 0.00, 0.22. Web safe color of #c146c7 is #cc33cc. Color #c146c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 11000111
Octal 301 106 307
Decimal 193 70 199
Hex C1 46 C7

RGB Percentages of Color #c146c7

%41.77
%15.15
%43.07

CMYK Percentages of Color #c146c7

%3
%65
%0
%22

Triadic Colors of #c146c7

#c146c7 #c7c146 #46c7c1

Analogous Colors of #c146c7

#c146c7 #c7468d #8146c7

Monochromatic Colors of #c146c7

#c146c7

Complementary Color

#c146c7 #4cc746

#c146c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c146c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c146c7 Color CSS Codes

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

#c146c7 Text Font Color

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

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


#c146c7 Background Color

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

This div background color is #c146c7


#c146c7 Border Color

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

This div border color is #c146c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c146c7


Comments

No comments written yet.

Please login to write comment.