Color Hex Logo

#c482ba Color Hex

#C482BA
(196,130,186)
0 Favorites   0 Comments

Color spaces of #c482ba

RGB 196130186
HSL0.860.360.64
HSV309°34°77°
CMYK 0.000.340.05   0.23
XYZ39.610531.246250.3978
Yxy31.24620.32670.2577
Hunter Lab55.898328.6662-14.3269
CIE-Lab62.714934.1858-18.9930

#c482ba color RGB value is (196,130,186).

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

The process color (four color CMYK) of #c482ba color hex is 0.00, 0.34, 0.05, 0.23. Web safe color of #c482ba is #cc99cc. Color #c482ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 10111010
Octal 304 202 272
Decimal 196 130 186
Hex C4 82 BA

RGB Percentages of Color #c482ba

%38.28
%25.39
%36.33

CMYK Percentages of Color #c482ba

%0
%34
%5
%23

Triadic Colors of #c482ba

#c482ba #bac482 #82bac4

Analogous Colors of #c482ba

#c482ba #c48299 #ad82c4

Monochromatic Colors of #c482ba

#c482ba

Complementary Color

#c482ba #82c48c

#c482ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482ba Color CSS Codes

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

#c482ba Text Font Color

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

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


#c482ba Background Color

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

This div background color is #c482ba


#c482ba Border Color

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

This div border color is #c482ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482ba


Comments

No comments written yet.

Please login to write comment.