Color Hex Logo

#c444bd Color Hex

#C444BD
(196,68,189)
0 Favorites   0 Comments

Color spaces of #c444bd

RGB 19668189
HSL0.840.520.52
HSV303°65°77°
CMYK 0.000.650.04   0.23
XYZ34.017419.544150.1236
Yxy19.54410.32810.1885
Hunter Lab44.208759.9857-36.2766
CIE-Lab51.317864.8337-38.3621

#c444bd color RGB value is (196,68,189).

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

The process color (four color CMYK) of #c444bd color hex is 0.00, 0.65, 0.04, 0.23. Web safe color of #c444bd is #cc33cc. Color #c444bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000100 10111101
Octal 304 104 275
Decimal 196 68 189
Hex C4 44 BD

RGB Percentages of Color #c444bd

%43.27
%15.01
%41.72

CMYK Percentages of Color #c444bd

%0
%65
%4
%23

Triadic Colors of #c444bd

#c444bd #bdc444 #44bdc4

Analogous Colors of #c444bd

#c444bd #c4447d #8b44c4

Monochromatic Colors of #c444bd

#c444bd

Complementary Color

#c444bd #44c44b

#c444bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c444bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c444bd Color CSS Codes

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

#c444bd Text Font Color

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

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


#c444bd Background Color

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

This div background color is #c444bd


#c444bd Border Color

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

This div border color is #c444bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c444bd


Comments

No comments written yet.

Please login to write comment.