Color Hex Logo

#c14cfa Color Hex

#C14CFA
(193,76,250)
0 Favorites   0 Comments

Color spaces of #c14cfa

RGB 19376250
HSL0.780.950.64
HSV280°70°98°
CMYK 0.230.700.00   0.02
XYZ41.832123.408592.7560
Yxy23.40850.26480.1482
Hunter Lab48.382369.6647-79.8000
CIE-Lab55.490672.1805-66.3340

#c14cfa color RGB value is (193,76,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001100 11111010
Octal 301 114 372
Decimal 193 76 250
Hex C1 4C FA

RGB Percentages of Color #c14cfa

%37.19
%14.64
%48.17

CMYK Percentages of Color #c14cfa

%23
%70
%0
%2

Triadic Colors of #c14cfa

#c14cfa #fac14c #4cfac1

Analogous Colors of #c14cfa

#c14cfa #fa4cdc #6a4cfa

Monochromatic Colors of #c14cfa

#c14cfa

Complementary Color

#c14cfa #85fa4c

#c14cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14cfa Color CSS Codes

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

#c14cfa Text Font Color

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

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


#c14cfa Background Color

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

This div background color is #c14cfa


#c14cfa Border Color

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

This div border color is #c14cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14cfa


Comments

No comments written yet.

Please login to write comment.