Color Hex Logo

#c84aca Color Hex

#C84ACA
(200,74,202)
0 Favorites   0 Comments

Color spaces of #c84aca

RGB 20074202
HSL0.830.550.54
HSV299°63°79°
CMYK 0.010.630.00   0.21
XYZ36.928921.441258.0693
Yxy21.44120.31720.1841
Hunter Lab46.304661.3243-41.9406
CIE-Lab53.429065.5856-42.4853

#c84aca color RGB value is (200,74,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 11001010
Octal 310 112 312
Decimal 200 74 202
Hex C8 4A CA

RGB Percentages of Color #c84aca

%42.02
%15.55
%42.44

CMYK Percentages of Color #c84aca

%1
%63
%0
%21

Triadic Colors of #c84aca

#c84aca #cac84a #4acac8

Analogous Colors of #c84aca

#c84aca #ca4a8c #884aca

Monochromatic Colors of #c84aca

#c84aca

Complementary Color

#c84aca #4cca4a

#c84aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84aca Color CSS Codes

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

#c84aca Text Font Color

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

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


#c84aca Background Color

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

This div background color is #c84aca


#c84aca Border Color

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

This div border color is #c84aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84aca


Comments

No comments written yet.

Please login to write comment.