Color Hex Logo

#c861bd Color Hex

#C861BD
(200,97,189)
0 Favorites   0 Comments

Color spaces of #c861bd

RGB 20097189
HSL0.850.480.58
HSV306°52°78°
CMYK 0.000.520.05   0.22
XYZ37.279424.502950.9088
Yxy24.50290.33080.2174
Hunter Lab49.500447.8050-26.3266
CIE-Lab56.587853.1206-30.0781

#c861bd color RGB value is (200,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100001 10111101
Octal 310 141 275
Decimal 200 97 189
Hex C8 61 BD

RGB Percentages of Color #c861bd

%41.15
%19.96
%38.89

CMYK Percentages of Color #c861bd

%0
%52
%5
%22

Triadic Colors of #c861bd

#c861bd #bdc861 #61bdc8

Analogous Colors of #c861bd

#c861bd #c8618a #a061c8

Monochromatic Colors of #c861bd

#c861bd

Complementary Color

#c861bd #61c86c

#c861bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c861bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c861bd Color CSS Codes

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

#c861bd Text Font Color

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

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


#c861bd Background Color

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

This div background color is #c861bd


#c861bd Border Color

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

This div border color is #c861bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c861bd


Comments

No comments written yet.

Please login to write comment.