Color Hex Logo

#c64ada Color Hex

#C64ADA
(198,74,218)
0 Favorites   0 Comments

Color spaces of #c64ada

RGB 19874218
HSL0.810.660.57
HSV292°66°85°
CMYK 0.090.660.00   0.15
XYZ38.392421.965368.5459
Yxy21.96530.29780.1704
Hunter Lab46.867264.2052-53.9080
CIE-Lab53.990267.9242-50.7377

#c64ada color RGB value is (198,74,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001010 11011010
Octal 306 112 332
Decimal 198 74 218
Hex C6 4A DA

RGB Percentages of Color #c64ada

%40.41
%15.10
%44.49

CMYK Percentages of Color #c64ada

%9
%66
%0
%15

Triadic Colors of #c64ada

#c64ada #dac64a #4adac6

Analogous Colors of #c64ada

#c64ada #da4aa6 #7e4ada

Monochromatic Colors of #c64ada

#c64ada

Complementary Color

#c64ada #5eda4a

#c64ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ada Color CSS Codes

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

#c64ada Text Font Color

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

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


#c64ada Background Color

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

This div background color is #c64ada


#c64ada Border Color

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

This div border color is #c64ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ada


Comments

No comments written yet.

Please login to write comment.