Color Hex Logo

#c751bd Color Hex

#C751BD
(199,81,189)
0 Favorites   0 Comments

Color spaces of #c751bd

RGB 19981189
HSL0.850.510.55
HSV305°59°78°
CMYK 0.000.590.05   0.22
XYZ35.680921.701150.4523
Yxy21.70110.33090.2012
Hunter Lab46.584455.1976-31.6037
CIE-Lab53.708460.2241-34.5772

#c751bd color RGB value is (199,81,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 10111101
Octal 307 121 275
Decimal 199 81 189
Hex C7 51 BD

RGB Percentages of Color #c751bd

%42.43
%17.27
%40.30

CMYK Percentages of Color #c751bd

%0
%59
%5
%22

Triadic Colors of #c751bd

#c751bd #bdc751 #51bdc7

Analogous Colors of #c751bd

#c751bd #c75182 #9651c7

Monochromatic Colors of #c751bd

#c751bd

Complementary Color

#c751bd #51c75b

#c751bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c751bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c751bd Color CSS Codes

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

#c751bd Text Font Color

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

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


#c751bd Background Color

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

This div background color is #c751bd


#c751bd Border Color

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

This div border color is #c751bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c751bd


Comments

No comments written yet.

Please login to write comment.