Color Hex Logo

#c448cc Color Hex

#C448CC
(196,72,204)
0 Favorites   0 Comments

Color spaces of #c448cc

RGB 19672204
HSL0.820.560.54
HSV296°65°80°
CMYK 0.040.650.00   0.20
XYZ35.981420.730159.2316
Yxy20.73010.31030.1788
Hunter Lab45.530361.3857-45.2607
CIE-Lab52.652865.7838-44.8986

#c448cc color RGB value is (196,72,204).

#c448cc hex color red value is 196, green value is 72 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c448cc hue: 0.82 , saturation: 0.56 and the lightness value of c448cc is 0.54.

The process color (four color CMYK) of #c448cc color hex is 0.04, 0.65, 0.00, 0.20. Web safe color of #c448cc is #cc33cc. Color #c448cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001000 11001100
Octal 304 110 314
Decimal 196 72 204
Hex C4 48 CC

RGB Percentages of Color #c448cc

%41.53
%15.25
%43.22

CMYK Percentages of Color #c448cc

%4
%65
%0
%20

Triadic Colors of #c448cc

#c448cc #ccc448 #48ccc4

Analogous Colors of #c448cc

#c448cc #cc4892 #8248cc

Monochromatic Colors of #c448cc

#c448cc

Complementary Color

#c448cc #50cc48

#c448cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c448cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c448cc Color CSS Codes

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

#c448cc Text Font Color

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

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


#c448cc Background Color

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

This div background color is #c448cc


#c448cc Border Color

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

This div border color is #c448cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,72,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c448cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c448cc


Comments

No comments written yet.

Please login to write comment.