Color Hex Logo

#c44aca Color Hex

#C44ACA
(196,74,202)
0 Favorites   0 Comments

Color spaces of #c44aca

RGB 19674202
HSL0.830.550.54
HSV297°63°79°
CMYK 0.030.630.00   0.21
XYZ35.874420.897658.0200
Yxy20.89760.31250.1820
Hunter Lab45.713960.0802-43.2510
CIE-Lab52.837264.6300-43.4597

#c44aca color RGB value is (196,74,202).

#c44aca hex color red value is 196, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c44aca hue: 0.83 , saturation: 0.55 and the lightness value of c44aca is 0.54.

The process color (four color CMYK) of #c44aca color hex is 0.03, 0.63, 0.00, 0.21. Web safe color of #c44aca is #cc33cc. Color #c44aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 11001010
Octal 304 112 312
Decimal 196 74 202
Hex C4 4A CA

RGB Percentages of Color #c44aca

%41.53
%15.68
%42.80

CMYK Percentages of Color #c44aca

%3
%63
%0
%21

Triadic Colors of #c44aca

#c44aca #cac44a #4acac4

Analogous Colors of #c44aca

#c44aca #ca4a90 #844aca

Monochromatic Colors of #c44aca

#c44aca

Complementary Color

#c44aca #50ca4a

#c44aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44aca Color CSS Codes

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

#c44aca Text Font Color

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

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


#c44aca Background Color

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

This div background color is #c44aca


#c44aca Border Color

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

This div border color is #c44aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44aca


Comments

No comments written yet.

Please login to write comment.