Color Hex Logo

#c582b2 Color Hex

#C582B2
(197,130,178)
0 Favorites   0 Comments

Color spaces of #c582b2

RGB 197130178
HSL0.880.370.64
HSV317°34°77°
CMYK 0.000.340.10   0.23
XYZ39.044531.049946.0548
Yxy31.04990.33620.2673
Hunter Lab55.722427.5600-9.9977
CIE-Lab62.549733.1104-14.6997

#c582b2 color RGB value is (197,130,178).

#c582b2 hex color red value is 197, green value is 130 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c582b2 hue: 0.88 , saturation: 0.37 and the lightness value of c582b2 is 0.64.

The process color (four color CMYK) of #c582b2 color hex is 0.00, 0.34, 0.10, 0.23. Web safe color of #c582b2 is #cc9999. Color #c582b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 10110010
Octal 305 202 262
Decimal 197 130 178
Hex C5 82 B2

RGB Percentages of Color #c582b2

%39.01
%25.74
%35.25

CMYK Percentages of Color #c582b2

%0
%34
%10
%23

Triadic Colors of #c582b2

#c582b2 #b2c582 #82b2c5

Analogous Colors of #c582b2

#c582b2 #c58291 #b782c5

Monochromatic Colors of #c582b2

#c582b2

Complementary Color

#c582b2 #82c595

#c582b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582b2 Color CSS Codes

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

#c582b2 Text Font Color

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

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


#c582b2 Background Color

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

This div background color is #c582b2


#c582b2 Border Color

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

This div border color is #c582b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582b2


Comments

No comments written yet.

Please login to write comment.