color codes Logo

#c582cd color codes

#C582CD
(197,130,205)
0 Favorites   0 Comments

Color spaces of #c582cd

RGB 197130205
HSL0.820.430.66
HSV294°37°80°
CMYK 0.040.370.00   0.20
XYZ42.028032.243461.7661
Yxy32.24340.30890.2370
Hunter Lab56.783332.7456-24.7445
CIE-Lab63.543538.0625-28.4177

#c582cd color RGB value is (197,130,205).

#c582cd hex color red value is 197, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c582cd hue: 0.82 , saturation: 0.43 and the lightness value of c582cd is 0.66.

The process color (four color CMYK) of #c582cd color code is 0.04, 0.37, 0.00, 0.20. Web safe color of #c582cd is #cc99cc. Color #c582cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11001101
Octal 305 202 315
Decimal 197 130 205
Hex C5 82 CD

RGB Percentages of Color #c582cd

%37.03
%24.44
%38.53

CMYK Percentages of Color #c582cd

%4
%37
%0
%20

Triadic Colors of #c582cd

#c582cd #cdc582 #82cdc5

Analogous Colors of #c582cd

#c582cd #cd82b0 #a082cd

Monochromatic Colors of #c582cd

#c582cd

Complementary Color

#c582cd #8acd82

#c582cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582cd Color CSS Codes

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

#c582cd Text Font Color

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

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


#c582cd Background Color

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

This div background color is #c582cd


#c582cd Border Color

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

This div border color is #c582cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582cd


Comments

No comments written yet.

Please login to write comment.