Color Hex Logo

#c773bd Color Hex

#C773BD
(199,115,189)
0 Favorites   0 Comments

Color spaces of #c773bd

RGB 199115189
HSL0.850.430.62
HSV307°42°78°
CMYK 0.000.420.05   0.22
XYZ38.869228.077751.5150
Yxy28.07770.32810.2370
Hunter Lab52.988438.2075-20.5495
CIE-Lab59.958943.7208-24.8796

#c773bd color RGB value is (199,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110011 10111101
Octal 307 163 275
Decimal 199 115 189
Hex C7 73 BD

RGB Percentages of Color #c773bd

%39.56
%22.86
%37.57

CMYK Percentages of Color #c773bd

%0
%42
%5
%22

Triadic Colors of #c773bd

#c773bd #bdc773 #73bdc7

Analogous Colors of #c773bd

#c773bd #c77393 #a773c7

Monochromatic Colors of #c773bd

#c773bd

Complementary Color

#c773bd #73c77d

#c773bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c773bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c773bd Color CSS Codes

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

#c773bd Text Font Color

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

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


#c773bd Background Color

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

This div background color is #c773bd


#c773bd Border Color

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

This div border color is #c773bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c773bd


Comments

No comments written yet.

Please login to write comment.