Color Hex Logo

#c722bd Color Hex

#C722BD
(199,34,189)
0 Favorites   0 Comments

Color spaces of #c722bd

RGB 19934189
HSL0.840.710.46
HSV304°83°78°
CMYK 0.000.830.05   0.22
XYZ33.310516.960349.6621
Yxy16.96030.33330.1697
Hunter Lab41.182972.3085-42.6693
CIE-Lab48.210075.7533-43.2450

#c722bd color RGB value is (199,34,189).

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

The process color (four color CMYK) of #c722bd color hex is 0.00, 0.83, 0.05, 0.22. Web safe color of #c722bd is #cc33cc. Color #c722bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100010 10111101
Octal 307 42 275
Decimal 199 34 189
Hex C7 22 BD

RGB Percentages of Color #c722bd

%47.16
%8.06
%44.79

CMYK Percentages of Color #c722bd

%0
%83
%5
%22

Triadic Colors of #c722bd

#c722bd #bdc722 #22bdc7

Analogous Colors of #c722bd

#c722bd #c7226b #7f22c7

Monochromatic Colors of #c722bd

#c722bd

Complementary Color

#c722bd #22c72c

#c722bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c722bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c722bd Color CSS Codes

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

#c722bd Text Font Color

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

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


#c722bd Background Color

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

This div background color is #c722bd


#c722bd Border Color

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

This div border color is #c722bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c722bd


Comments

No comments written yet.

Please login to write comment.