Color Hex Logo

#c484da Color Hex

#C484DA
(196,132,218)
0 Favorites   0 Comments

Color spaces of #c484da

RGB 196132218
HSL0.790.540.69
HSV285°39°85°
CMYK 0.100.390.00   0.15
XYZ43.671133.300270.4555
Yxy33.30020.29620.2259
Hunter Lab57.706334.0995-31.9946
CIE-Lab64.403239.2577-34.3613

#c484da color RGB value is (196,132,218).

#c484da hex color red value is 196, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c484da hue: 0.79 , saturation: 0.54 and the lightness value of c484da is 0.69.

The process color (four color CMYK) of #c484da color hex is 0.10, 0.39, 0.00, 0.15. Web safe color of #c484da is #cc99cc. Color #c484da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000100 11011010
Octal 304 204 332
Decimal 196 132 218
Hex C4 84 DA

RGB Percentages of Color #c484da

%35.90
%24.18
%39.93

CMYK Percentages of Color #c484da

%10
%39
%0
%15

Triadic Colors of #c484da

#c484da #dac484 #84dac4

Analogous Colors of #c484da

#c484da #da84c5 #9984da

Monochromatic Colors of #c484da

#c484da

Complementary Color

#c484da #9ada84

#c484da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c484da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c484da Color CSS Codes

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

#c484da Text Font Color

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

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


#c484da Background Color

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

This div background color is #c484da


#c484da Border Color

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

This div border color is #c484da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c484da


Comments

No comments written yet.

Please login to write comment.