Color Hex Logo

#c144de Color Hex

#C144DE
(193,68,222)
0 Favorites   0 Comments

Color spaces of #c144de

RGB 19368222
HSL0.800.700.57
HSV289°69°87°
CMYK 0.130.690.00   0.13
XYZ37.244320.745671.1486
Yxy20.74560.28840.1606
Hunter Lab45.547366.2526-60.7326
CIE-Lab52.669969.8932-55.1565

#c144de color RGB value is (193,68,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 11011110
Octal 301 104 336
Decimal 193 68 222
Hex C1 44 DE

RGB Percentages of Color #c144de

%39.96
%14.08
%45.96

CMYK Percentages of Color #c144de

%13
%69
%0
%13

Triadic Colors of #c144de

#c144de #dec144 #44dec1

Analogous Colors of #c144de

#c144de #de44ae #7444de

Monochromatic Colors of #c144de

#c144de

Complementary Color

#c144de #61de44

#c144de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c144de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c144de Color CSS Codes

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

#c144de Text Font Color

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

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


#c144de Background Color

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

This div background color is #c144de


#c144de Border Color

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

This div border color is #c144de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c144de


Comments

No comments written yet.

Please login to write comment.