Color Hex Logo

#c482af Color Hex

#C482AF
(196,130,175)
0 Favorites   0 Comments

Color spaces of #c482af

RGB 196130175
HSL0.890.360.64
HSV319°34°77°
CMYK 0.000.340.11   0.23
XYZ38.485430.796244.4733
Yxy30.79620.33830.2707
Hunter Lab55.494326.6750-8.6691
CIE-Lab62.335232.2524-13.3310

#c482af color RGB value is (196,130,175).

#c482af hex color red value is 196, green value is 130 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c482af hue: 0.89 , saturation: 0.36 and the lightness value of c482af is 0.64.

The process color (four color CMYK) of #c482af color hex is 0.00, 0.34, 0.11, 0.23. Web safe color of #c482af is #cc9999. Color #c482af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 10101111
Octal 304 202 257
Decimal 196 130 175
Hex C4 82 AF

RGB Percentages of Color #c482af

%39.12
%25.95
%34.93

CMYK Percentages of Color #c482af

%0
%34
%11
%23

Triadic Colors of #c482af

#c482af #afc482 #82afc4

Analogous Colors of #c482af

#c482af #c4828e #b882c4

Monochromatic Colors of #c482af

#c482af

Complementary Color

#c482af #82c497

#c482af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482af Color CSS Codes

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

#c482af Text Font Color

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

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


#c482af Background Color

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

This div background color is #c482af


#c482af Border Color

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

This div border color is #c482af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482af


Comments

No comments written yet.

Please login to write comment.