Color Hex Logo

#c673bd Color Hex

#C673BD
(198,115,189)
0 Favorites   0 Comments

Color spaces of #c673bd

RGB 198115189
HSL0.850.420.61
HSV307°42°78°
CMYK 0.000.420.05   0.22
XYZ38.604727.941451.5026
Yxy27.94140.32700.2367
Hunter Lab52.859637.8586-20.7662
CIE-Lab59.835843.4077-25.0794

#c673bd color RGB value is (198,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110011 10111101
Octal 306 163 275
Decimal 198 115 189
Hex C6 73 BD

RGB Percentages of Color #c673bd

%39.44
%22.91
%37.65

CMYK Percentages of Color #c673bd

%0
%42
%5
%22

Triadic Colors of #c673bd

#c673bd #bdc673 #73bdc6

Analogous Colors of #c673bd

#c673bd #c67394 #a673c6

Monochromatic Colors of #c673bd

#c673bd

Complementary Color

#c673bd #73c67c

#c673bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c673bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c673bd Color CSS Codes

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

#c673bd Text Font Color

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

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


#c673bd Background Color

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

This div background color is #c673bd


#c673bd Border Color

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

This div border color is #c673bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c673bd


Comments

No comments written yet.

Please login to write comment.