Color Hex Logo

#c141bd Color Hex

#C141BD
(193,65,189)
0 Favorites   0 Comments

Color spaces of #c141bd

RGB 19365189
HSL0.840.510.51
HSV302°66°76°
CMYK 0.000.660.02   0.24
XYZ33.067918.792250.0285
Yxy18.79220.32450.1844
Hunter Lab43.350060.2996-38.0793
CIE-Lab50.443265.2694-39.7723

#c141bd color RGB value is (193,65,189).

#c141bd hex color red value is 193, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c141bd hue: 0.84 , saturation: 0.51 and the lightness value of c141bd is 0.51.

The process color (four color CMYK) of #c141bd color hex is 0.00, 0.66, 0.02, 0.24. Web safe color of #c141bd is #cc33cc. Color #c141bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 10111101
Octal 301 101 275
Decimal 193 65 189
Hex C1 41 BD

RGB Percentages of Color #c141bd

%43.18
%14.54
%42.28

CMYK Percentages of Color #c141bd

%0
%66
%2
%24

Triadic Colors of #c141bd

#c141bd #bdc141 #41bdc1

Analogous Colors of #c141bd

#c141bd #c1417d #8541c1

Monochromatic Colors of #c141bd

#c141bd

Complementary Color

#c141bd #41c145

#c141bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c141bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c141bd Color CSS Codes

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

#c141bd Text Font Color

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

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


#c141bd Background Color

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

This div background color is #c141bd


#c141bd Border Color

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

This div border color is #c141bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c141bd


Comments

No comments written yet.

Please login to write comment.