Color Hex Logo

#c146cd Color Hex

#C146CD
(193,70,205)
0 Favorites   0 Comments

Color spaces of #c146cd

RGB 19370205
HSL0.820.570.54
HSV295°66°80°
CMYK 0.060.660.00   0.20
XYZ35.201920.125659.7869
Yxy20.12560.30580.1748
Hunter Lab44.861661.5574-47.6125
CIE-Lab51.978966.0575-46.5691

#c146cd color RGB value is (193,70,205).

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

The process color (four color CMYK) of #c146cd color hex is 0.06, 0.66, 0.00, 0.20. Web safe color of #c146cd is #cc33cc. Color #c146cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 11001101
Octal 301 106 315
Decimal 193 70 205
Hex C1 46 CD

RGB Percentages of Color #c146cd

%41.24
%14.96
%43.80

CMYK Percentages of Color #c146cd

%6
%66
%0
%20

Triadic Colors of #c146cd

#c146cd #cdc146 #46cdc1

Analogous Colors of #c146cd

#c146cd #cd4696 #7e46cd

Monochromatic Colors of #c146cd

#c146cd

Complementary Color

#c146cd #52cd46

#c146cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c146cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c146cd Color CSS Codes

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

#c146cd Text Font Color

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

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


#c146cd Background Color

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

This div background color is #c146cd


#c146cd Border Color

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

This div border color is #c146cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c146cd


Comments

No comments written yet.

Please login to write comment.