Color Hex Logo

#c582bf Color Hex

#C582BF
(197,130,191)
0 Favorites   0 Comments

Color spaces of #c582bf

RGB 197130191
HSL0.850.370.64
HSV305°34°77°
CMYK 0.000.340.03   0.23
XYZ40.412631.597253.2591
Yxy31.59720.32260.2522
Hunter Lab56.211429.9608-16.8281
CIE-Lab63.008635.4241-21.3608

#c582bf color RGB value is (197,130,191).

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

The process color (four color CMYK) of #c582bf color hex is 0.00, 0.34, 0.03, 0.23. Web safe color of #c582bf is #cc99cc. Color #c582bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 10111111
Octal 305 202 277
Decimal 197 130 191
Hex C5 82 BF

RGB Percentages of Color #c582bf

%38.03
%25.10
%36.87

CMYK Percentages of Color #c582bf

%0
%34
%3
%23

Triadic Colors of #c582bf

#c582bf #bfc582 #82bfc5

Analogous Colors of #c582bf

#c582bf #c5829e #aa82c5

Monochromatic Colors of #c582bf

#c582bf

Complementary Color

#c582bf #82c588

#c582bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582bf Color CSS Codes

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

#c582bf Text Font Color

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

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


#c582bf Background Color

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

This div background color is #c582bf


#c582bf Border Color

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

This div border color is #c582bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582bf


Comments

No comments written yet.

Please login to write comment.