Color Hex Logo

#c482cf Color Hex

#C482CF
(196,130,207)
0 Favorites   0 Comments

Color spaces of #c482cf

RGB 196130207
HSL0.810.450.66
HSV291°37°81°
CMYK 0.050.370.00   0.19
XYZ42.010132.206063.0337
Yxy32.20600.30610.2347
Hunter Lab56.750332.8236-26.1293
CIE-Lab63.512838.1411-29.5957

#c482cf color RGB value is (196,130,207).

#c482cf hex color red value is 196, green value is 130 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c482cf hue: 0.81 , saturation: 0.45 and the lightness value of c482cf is 0.66.

The process color (four color CMYK) of #c482cf color hex is 0.05, 0.37, 0.00, 0.19. Web safe color of #c482cf is #cc99cc. Color #c482cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 11001111
Octal 304 202 317
Decimal 196 130 207
Hex C4 82 CF

RGB Percentages of Color #c482cf

%36.77
%24.39
%38.84

CMYK Percentages of Color #c482cf

%5
%37
%0
%19

Triadic Colors of #c482cf

#c482cf #cfc482 #82cfc4

Analogous Colors of #c482cf

#c482cf #cf82b4 #9e82cf

Monochromatic Colors of #c482cf

#c482cf

Complementary Color

#c482cf #8dcf82

#c482cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482cf Color CSS Codes

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

#c482cf Text Font Color

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

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


#c482cf Background Color

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

This div background color is #c482cf


#c482cf Border Color

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

This div border color is #c482cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482cf


Comments

No comments written yet.

Please login to write comment.