Color Hex Logo

#c146dc Color Hex

#C146DC
(193,70,220)
0 Favorites   0 Comments

Color spaces of #c146dc

RGB 19370220
HSL0.800.680.57
HSV289°68°86°
CMYK 0.120.680.00   0.14
XYZ37.100720.885169.7859
Yxy20.88510.29040.1635
Hunter Lab45.700264.9358-58.5478
CIE-Lab52.823568.7604-53.7766

#c146dc color RGB value is (193,70,220).

#c146dc hex color red value is 193, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c146dc hue: 0.80 , saturation: 0.68 and the lightness value of c146dc is 0.57.

The process color (four color CMYK) of #c146dc color hex is 0.12, 0.68, 0.00, 0.14. Web safe color of #c146dc is #cc33cc. Color #c146dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 11011100
Octal 301 106 334
Decimal 193 70 220
Hex C1 46 DC

RGB Percentages of Color #c146dc

%39.96
%14.49
%45.55

CMYK Percentages of Color #c146dc

%12
%68
%0
%14

Triadic Colors of #c146dc

#c146dc #dcc146 #46dcc1

Analogous Colors of #c146dc

#c146dc #dc46ac #7646dc

Monochromatic Colors of #c146dc

#c146dc

Complementary Color

#c146dc #61dc46

#c146dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c146dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c146dc Color CSS Codes

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

#c146dc Text Font Color

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

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


#c146dc Background Color

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

This div background color is #c146dc


#c146dc Border Color

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

This div border color is #c146dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c146dc


Comments

No comments written yet.

Please login to write comment.