Color Hex Logo

#c14afa Color Hex

#C14AFA
(193,74,250)
0 Favorites   0 Comments

Color spaces of #c14afa

RGB 19374250
HSL0.780.950.64
HSV281°70°98°
CMYK 0.230.700.00   0.02
XYZ41.696423.137192.7108
Yxy23.13710.26470.1469
Hunter Lab48.101070.5560-80.6059
CIE-Lab55.213372.9644-66.7814

#c14afa color RGB value is (193,74,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 11111010
Octal 301 112 372
Decimal 193 74 250
Hex C1 4A FA

RGB Percentages of Color #c14afa

%37.33
%14.31
%48.36

CMYK Percentages of Color #c14afa

%23
%70
%0
%2

Triadic Colors of #c14afa

#c14afa #fac14a #4afac1

Analogous Colors of #c14afa

#c14afa #fa4adb #694afa

Monochromatic Colors of #c14afa

#c14afa

Complementary Color

#c14afa #83fa4a

#c14afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14afa Color CSS Codes

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

#c14afa Text Font Color

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

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


#c14afa Background Color

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

This div background color is #c14afa


#c14afa Border Color

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

This div border color is #c14afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,74,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 #c14afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14afa

Related Colors


Comments

No comments written yet.

Please login to write comment.