Color Hex Logo

#c146df Color Hex

#C146DF
(193,70,223)
0 Favorites   0 Comments

Color spaces of #c146df

RGB 19370223
HSL0.800.710.57
HSV288°69°87°
CMYK 0.130.690.00   0.13
XYZ37.501821.045571.8977
Yxy21.04550.28750.1613
Hunter Lab45.875465.6367-60.8089
CIE-Lab52.999369.3150-55.1957

#c146df color RGB value is (193,70,223).

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

The process color (four color CMYK) of #c146df color hex is 0.13, 0.69, 0.00, 0.13. Web safe color of #c146df is #cc33cc. Color #c146df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 11011111
Octal 301 106 337
Decimal 193 70 223
Hex C1 46 DF

RGB Percentages of Color #c146df

%39.71
%14.40
%45.88

CMYK Percentages of Color #c146df

%13
%69
%0
%13

Triadic Colors of #c146df

#c146df #dfc146 #46dfc1

Analogous Colors of #c146df

#c146df #df46b1 #7546df

Monochromatic Colors of #c146df

#c146df

Complementary Color

#c146df #64df46

#c146df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c146df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c146df Color CSS Codes

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

#c146df Text Font Color

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

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


#c146df Background Color

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

This div background color is #c146df


#c146df Border Color

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

This div border color is #c146df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c146df


Comments

No comments written yet.

Please login to write comment.