Color Hex Logo

#c482cb Color Hex

#C482CB
(196,130,203)
0 Favorites   0 Comments

Color spaces of #c482cb

RGB 196130203
HSL0.820.410.65
HSV294°36°80°
CMYK 0.030.360.00   0.20
XYZ41.527132.012860.4903
Yxy32.01280.30980.2388
Hunter Lab56.579931.9963-23.7819
CIE-Lab63.353537.3625-27.5976

#c482cb color RGB value is (196,130,203).

#c482cb hex color red value is 196, green value is 130 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c482cb hue: 0.82 , saturation: 0.41 and the lightness value of c482cb is 0.65.

The process color (four color CMYK) of #c482cb color hex is 0.03, 0.36, 0.00, 0.20. Web safe color of #c482cb is #cc99cc. Color #c482cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 11001011
Octal 304 202 313
Decimal 196 130 203
Hex C4 82 CB

RGB Percentages of Color #c482cb

%37.05
%24.57
%38.37

CMYK Percentages of Color #c482cb

%3
%36
%0
%20

Triadic Colors of #c482cb

#c482cb #cbc482 #82cbc4

Analogous Colors of #c482cb

#c482cb #cb82ae #a082cb

Monochromatic Colors of #c482cb

#c482cb

Complementary Color

#c482cb #89cb82

#c482cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482cb Color CSS Codes

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

#c482cb Text Font Color

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

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


#c482cb Background Color

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

This div background color is #c482cb


#c482cb Border Color

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

This div border color is #c482cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482cb


Comments

No comments written yet.

Please login to write comment.