Color Hex Logo

#c14ada Color Hex

#C14ADA
(193,74,218)
0 Favorites   0 Comments

Color spaces of #c14ada

RGB 19374218
HSL0.800.660.57
HSV290°66°85°
CMYK 0.110.660.00   0.15
XYZ37.096021.297068.4852
Yxy21.29700.29240.1679
Hunter Lab46.148762.7247-55.6830
CIE-Lab53.273066.8074-51.9235

#c14ada color RGB value is (193,74,218).

#c14ada hex color red value is 193, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c14ada hue: 0.80 , saturation: 0.66 and the lightness value of c14ada is 0.57.

The process color (four color CMYK) of #c14ada color hex is 0.11, 0.66, 0.00, 0.15. Web safe color of #c14ada is #cc33cc. Color #c14ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 11011010
Octal 301 112 332
Decimal 193 74 218
Hex C1 4A DA

RGB Percentages of Color #c14ada

%39.79
%15.26
%44.95

CMYK Percentages of Color #c14ada

%11
%66
%0
%15

Triadic Colors of #c14ada

#c14ada #dac14a #4adac1

Analogous Colors of #c14ada

#c14ada #da4aab #794ada

Monochromatic Colors of #c14ada

#c14ada

Complementary Color

#c14ada #63da4a

#c14ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14ada Color CSS Codes

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

#c14ada Text Font Color

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

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


#c14ada Background Color

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

This div background color is #c14ada


#c14ada Border Color

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

This div border color is #c14ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14ada


Comments

No comments written yet.

Please login to write comment.