Color Hex Logo

#c562bd Color Hex

#C562BD
(197,98,189)
0 Favorites   0 Comments

Color spaces of #c562bd

RGB 19798189
HSL0.850.460.58
HSV305°50°77°
CMYK 0.000.500.04   0.23
XYZ36.578924.279850.9027
Yxy24.27980.32730.2172
Hunter Lab49.274546.2788-26.7569
CIE-Lab56.366951.7662-30.4529

#c562bd color RGB value is (197,98,189).

#c562bd hex color red value is 197, green value is 98 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c562bd hue: 0.85 , saturation: 0.46 and the lightness value of c562bd is 0.58.

The process color (four color CMYK) of #c562bd color hex is 0.00, 0.50, 0.04, 0.23. Web safe color of #c562bd is #cc66cc. Color #c562bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 10111101
Octal 305 142 275
Decimal 197 98 189
Hex C5 62 BD

RGB Percentages of Color #c562bd

%40.70
%20.25
%39.05

CMYK Percentages of Color #c562bd

%0
%50
%4
%23

Triadic Colors of #c562bd

#c562bd #bdc562 #62bdc5

Analogous Colors of #c562bd

#c562bd #c5628c #9c62c5

Monochromatic Colors of #c562bd

#c562bd

Complementary Color

#c562bd #62c56a

#c562bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562bd Color CSS Codes

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

#c562bd Text Font Color

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

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


#c562bd Background Color

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

This div background color is #c562bd


#c562bd Border Color

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

This div border color is #c562bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562bd


Comments

No comments written yet.

Please login to write comment.