Color Hex Logo

#c719bd Color Hex

#C719BD
(199,25,189)
0 Favorites   0 Comments

Color spaces of #c719bd

RGB 19925189
HSL0.840.780.44
HSV303°87°78°
CMYK 0.000.870.05   0.22
XYZ33.086116.511549.5873
Yxy16.51150.33360.1665
Hunter Lab40.634374.2317-43.9093
CIE-Lab47.638577.4230-44.1529

#c719bd color RGB value is (199,25,189).

#c719bd hex color red value is 199, green value is 25 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c719bd hue: 0.84 , saturation: 0.78 and the lightness value of c719bd is 0.44.

The process color (four color CMYK) of #c719bd color hex is 0.00, 0.87, 0.05, 0.22. Web safe color of #c719bd is #cc00cc. Color #c719bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011001 10111101
Octal 307 31 275
Decimal 199 25 189
Hex C7 19 BD

RGB Percentages of Color #c719bd

%48.18
%6.05
%45.76

CMYK Percentages of Color #c719bd

%0
%87
%5
%22

Triadic Colors of #c719bd

#c719bd #bdc719 #19bdc7

Analogous Colors of #c719bd

#c719bd #c71966 #7a19c7

Monochromatic Colors of #c719bd

#c719bd

Complementary Color

#c719bd #19c723

#c719bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c719bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c719bd Color CSS Codes

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

#c719bd Text Font Color

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

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


#c719bd Background Color

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

This div background color is #c719bd


#c719bd Border Color

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

This div border color is #c719bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c719bd


Comments

No comments written yet.

Please login to write comment.