Color Hex Logo

#c14cff Color Hex

#C14CFF
(193,76,255)
0 Favorites   0 Comments

Color spaces of #c14cff

RGB 19376255
HSL0.781.000.65
HSV279°70°100°
CMYK 0.240.700.00   0.00
XYZ42.626823.726396.9407
Yxy23.72630.26100.1453
Hunter Lab48.709670.9671-83.9007
CIE-Lab55.812773.1856-68.5881

#c14cff color RGB value is (193,76,255).

#c14cff hex color red value is 193, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c14cff hue: 0.78 , saturation: 1.00 and the lightness value of c14cff is 0.65.

The process color (four color CMYK) of #c14cff color hex is 0.24, 0.70, 0.00, 0.00. Web safe color of #c14cff is #cc33ff. Color #c14cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001100 11111111
Octal 301 114 377
Decimal 193 76 255
Hex C1 4C FF

RGB Percentages of Color #c14cff

%36.83
%14.50
%48.66

CMYK Percentages of Color #c14cff

%24
%70
%0
%0

Triadic Colors of #c14cff

#c14cff #ffc14c #4cffc1

Analogous Colors of #c14cff

#c14cff #ff4ce4 #684cff

Monochromatic Colors of #c14cff

#c14cff

Complementary Color

#c14cff #8aff4c

#c14cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14cff Color CSS Codes

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

#c14cff Text Font Color

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

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


#c14cff Background Color

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

This div background color is #c14cff


#c14cff Border Color

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

This div border color is #c14cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14cff


Comments

No comments written yet.

Please login to write comment.