Color Hex Logo

#c482a5 Color Hex

#C482A5
(196,130,165)
0 Favorites   0 Comments

Color spaces of #c482a5

RGB 196130165
HSL0.910.360.64
HSV328°34°77°
CMYK 0.000.340.16   0.23
XYZ37.539130.417639.4900
Yxy30.41760.34940.2831
Hunter Lab55.152224.9791-3.8463
CIE-Lab62.012930.5847-8.1233

#c482a5 color RGB value is (196,130,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 10100101
Octal 304 202 245
Decimal 196 130 165
Hex C4 82 A5

RGB Percentages of Color #c482a5

%39.92
%26.48
%33.60

CMYK Percentages of Color #c482a5

%0
%34
%16
%23

Triadic Colors of #c482a5

#c482a5 #a5c482 #82a5c4

Analogous Colors of #c482a5

#c482a5 #c48284 #c282c4

Monochromatic Colors of #c482a5

#c482a5

Complementary Color

#c482a5 #82c4a1

#c482a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482a5 Color CSS Codes

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

#c482a5 Text Font Color

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

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


#c482a5 Background Color

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

This div background color is #c482a5


#c482a5 Border Color

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

This div border color is #c482a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482a5


Comments

No comments written yet.

Please login to write comment.