Color Hex Logo

#c14cfe Color Hex

#C14CFE
(193,76,254)
0 Favorites   0 Comments

Color spaces of #c14cfe

RGB 19376254
HSL0.780.990.65
HSV279°70°100°
CMYK 0.240.700.00   0.00
XYZ42.466223.662196.0950
Yxy23.66210.26180.1459
Hunter Lab48.643770.7049-83.0760
CIE-Lab55.747972.9838-68.1387

#c14cfe color RGB value is (193,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001100 11111110
Octal 301 114 376
Decimal 193 76 254
Hex C1 4C FE

RGB Percentages of Color #c14cfe

%36.90
%14.53
%48.57

CMYK Percentages of Color #c14cfe

%24
%70
%0
%0

Triadic Colors of #c14cfe

#c14cfe #fec14c #4cfec1

Analogous Colors of #c14cfe

#c14cfe #fe4ce2 #684cfe

Monochromatic Colors of #c14cfe

#c14cfe

Complementary Color

#c14cfe #89fe4c

#c14cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14cfe Color CSS Codes

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

#c14cfe Text Font Color

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

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


#c14cfe Background Color

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

This div background color is #c14cfe


#c14cfe Border Color

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

This div border color is #c14cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.