Color Hex Logo

#c644bd Color Hex

#C644BD
(198,68,189)
0 Favorites   0 Comments

Color spaces of #c644bd

RGB 19868189
HSL0.840.530.52
HSV304°66°78°
CMYK 0.000.660.05   0.22
XYZ34.541119.814150.1481
Yxy19.81410.33050.1896
Hunter Lab44.513060.6141-35.6366
CIE-Lab51.626465.3161-37.8553

#c644bd color RGB value is (198,68,189).

#c644bd hex color red value is 198, green value is 68 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c644bd hue: 0.84 , saturation: 0.53 and the lightness value of c644bd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000100 10111101
Octal 306 104 275
Decimal 198 68 189
Hex C6 44 BD

RGB Percentages of Color #c644bd

%43.52
%14.95
%41.54

CMYK Percentages of Color #c644bd

%0
%66
%5
%22

Triadic Colors of #c644bd

#c644bd #bdc644 #44bdc6

Analogous Colors of #c644bd

#c644bd #c6447c #8e44c6

Monochromatic Colors of #c644bd

#c644bd

Complementary Color

#c644bd #44c64d

#c644bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c644bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c644bd Color CSS Codes

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

#c644bd Text Font Color

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

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


#c644bd Background Color

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

This div background color is #c644bd


#c644bd Border Color

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

This div border color is #c644bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c644bd


Comments

No comments written yet.

Please login to write comment.