Color Hex Logo

#c144da Color Hex

#C144DA
(193,68,218)
0 Favorites   0 Comments

Color spaces of #c144da

RGB 19368218
HSL0.810.670.56
HSV290°69°85°
CMYK 0.110.690.00   0.15
XYZ36.714320.533768.3580
Yxy20.53370.29230.1635
Hunter Lab45.314165.3241-57.7212
CIE-Lab52.435369.1606-53.2617

#c144da color RGB value is (193,68,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 11011010
Octal 301 104 332
Decimal 193 68 218
Hex C1 44 DA

RGB Percentages of Color #c144da

%40.29
%14.20
%45.51

CMYK Percentages of Color #c144da

%11
%69
%0
%15

Triadic Colors of #c144da

#c144da #dac144 #44dac1

Analogous Colors of #c144da

#c144da #da44a8 #7644da

Monochromatic Colors of #c144da

#c144da

Complementary Color

#c144da #5dda44

#c144da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c144da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c144da Color CSS Codes

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

#c144da Text Font Color

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

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


#c144da Background Color

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

This div background color is #c144da


#c144da Border Color

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

This div border color is #c144da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c144da


Comments

No comments written yet.

Please login to write comment.