Color Hex Logo

#c144ef Color Hex

#C144EF
(193,68,239)
0 Favorites   0 Comments

Color spaces of #c144ef

RGB 19368239
HSL0.790.840.60
HSV284°72°94°
CMYK 0.190.720.00   0.06
XYZ39.639421.703783.7614
Yxy21.70370.27320.1496
Hunter Lab46.587270.3516-73.9893
CIE-Lab53.711273.0857-63.0642

#c144ef color RGB value is (193,68,239).

#c144ef hex color red value is 193, green value is 68 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c144ef hue: 0.79 , saturation: 0.84 and the lightness value of c144ef is 0.60.

The process color (four color CMYK) of #c144ef color hex is 0.19, 0.72, 0.00, 0.06. Web safe color of #c144ef is #cc33ff. Color #c144ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 11101111
Octal 301 104 357
Decimal 193 68 239
Hex C1 44 EF

RGB Percentages of Color #c144ef

%38.60
%13.60
%47.80

CMYK Percentages of Color #c144ef

%19
%72
%0
%6

Triadic Colors of #c144ef

#c144ef #efc144 #44efc1

Analogous Colors of #c144ef

#c144ef #ef44c8 #6c44ef

Monochromatic Colors of #c144ef

#c144ef

Complementary Color

#c144ef #72ef44

#c144ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c144ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c144ef Color CSS Codes

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

#c144ef Text Font Color

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

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


#c144ef Background Color

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

This div background color is #c144ef


#c144ef Border Color

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

This div border color is #c144ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c144ef


Comments

No comments written yet.

Please login to write comment.