Color Hex Logo

#c482ce Color Hex

#C482CE
(196,130,206)
0 Favorites   0 Comments

Color spaces of #c482ce

RGB 196130206
HSL0.810.440.66
HSV292°37°81°
CMYK 0.050.370.00   0.19
XYZ41.888232.157362.3917
Yxy32.15730.30700.2357
Hunter Lab56.707432.6151-25.5380
CIE-Lab63.472737.9452-29.0970

#c482ce color RGB value is (196,130,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 11001110
Octal 304 202 316
Decimal 196 130 206
Hex C4 82 CE

RGB Percentages of Color #c482ce

%36.84
%24.44
%38.72

CMYK Percentages of Color #c482ce

%5
%37
%0
%19

Triadic Colors of #c482ce

#c482ce #cec482 #82cec4

Analogous Colors of #c482ce

#c482ce #ce82b2 #9e82ce

Monochromatic Colors of #c482ce

#c482ce

Complementary Color

#c482ce #8cce82

#c482ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482ce Color CSS Codes

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

#c482ce Text Font Color

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

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


#c482ce Background Color

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

This div background color is #c482ce


#c482ce Border Color

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

This div border color is #c482ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482ce


Comments

No comments written yet.

Please login to write comment.