Color Hex Logo

#c761bd Color Hex

#C761BD
(199,97,189)
0 Favorites   0 Comments

Color spaces of #c761bd

RGB 19997189
HSL0.850.480.58
HSV306°51°78°
CMYK 0.000.510.05   0.22
XYZ37.013224.365650.8963
Yxy24.36560.32970.2170
Hunter Lab49.361547.4636-26.5804
CIE-Lab56.452052.8329-30.2996

#c761bd color RGB value is (199,97,189).

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

The process color (four color CMYK) of #c761bd color hex is 0.00, 0.51, 0.05, 0.22. Web safe color of #c761bd is #cc66cc. Color #c761bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 10111101
Octal 307 141 275
Decimal 199 97 189
Hex C7 61 BD

RGB Percentages of Color #c761bd

%41.03
%20.00
%38.97

CMYK Percentages of Color #c761bd

%0
%51
%5
%22

Triadic Colors of #c761bd

#c761bd #bdc761 #61bdc7

Analogous Colors of #c761bd

#c761bd #c7618a #9e61c7

Monochromatic Colors of #c761bd

#c761bd

Complementary Color

#c761bd #61c76b

#c761bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761bd Color CSS Codes

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

#c761bd Text Font Color

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

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


#c761bd Background Color

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

This div background color is #c761bd


#c761bd Border Color

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

This div border color is #c761bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761bd


Comments

No comments written yet.

Please login to write comment.