Color Hex Logo

#c061bd Color Hex

#C061BD
(192,97,189)
0 Favorites   0 Comments

Color spaces of #c061bd

RGB 19297189
HSL0.840.430.57
HSV302°49°75°
CMYK 0.000.490.02   0.25
XYZ35.198223.430050.8114
Yxy23.43000.32160.2141
Hunter Lab48.404545.0914-28.3549
CIE-Lab55.512550.8139-31.8330

#c061bd color RGB value is (192,97,189).

#c061bd hex color red value is 192, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c061bd hue: 0.84 , saturation: 0.43 and the lightness value of c061bd is 0.57.

The process color (four color CMYK) of #c061bd color hex is 0.00, 0.49, 0.02, 0.25. Web safe color of #c061bd is #cc66cc. Color #c061bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 10111101
Octal 300 141 275
Decimal 192 97 189
Hex C0 61 BD

RGB Percentages of Color #c061bd

%40.17
%20.29
%39.54

CMYK Percentages of Color #c061bd

%0
%49
%2
%25

Triadic Colors of #c061bd

#c061bd #bdc061 #61bdc0

Analogous Colors of #c061bd

#c061bd #c0618e #9461c0

Monochromatic Colors of #c061bd

#c061bd

Complementary Color

#c061bd #61c064

#c061bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061bd Color CSS Codes

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

#c061bd Text Font Color

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

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


#c061bd Background Color

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

This div background color is #c061bd


#c061bd Border Color

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

This div border color is #c061bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,97,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 #c061bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061bd


Comments

No comments written yet.

Please login to write comment.