Color Hex Logo

#c144dc Color Hex

#C144DC
(193,68,220)
0 Favorites   0 Comments

Color spaces of #c144dc

RGB 19368220
HSL0.800.680.56
HSV289°69°86°
CMYK 0.120.690.00   0.14
XYZ36.977720.639069.7449
Yxy20.63900.29030.1621
Hunter Lab45.430265.7866-59.2216
CIE-Lab52.552169.5260-54.2107

#c144dc color RGB value is (193,68,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 11011100
Octal 301 104 334
Decimal 193 68 220
Hex C1 44 DC

RGB Percentages of Color #c144dc

%40.12
%14.14
%45.74

CMYK Percentages of Color #c144dc

%12
%69
%0
%14

Triadic Colors of #c144dc

#c144dc #dcc144 #44dcc1

Analogous Colors of #c144dc

#c144dc #dc44ab #7544dc

Monochromatic Colors of #c144dc

#c144dc

Complementary Color

#c144dc #5fdc44

#c144dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c144dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c144dc Color CSS Codes

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

#c144dc Text Font Color

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

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


#c144dc Background Color

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

This div background color is #c144dc


#c144dc Border Color

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

This div border color is #c144dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,68,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 #c144dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c144dc


Comments

No comments written yet.

Please login to write comment.