Color Hex Logo

#c448cd Color Hex

#C448CD
(196,72,205)
0 Favorites   0 Comments

Color spaces of #c448cd

RGB 19672205
HSL0.820.570.54
HSV296°65°80°
CMYK 0.040.650.00   0.20
XYZ36.101820.778359.8654
Yxy20.77830.30920.1780
Hunter Lab45.583261.6009-45.9585
CIE-Lab52.706065.9576-45.3872

#c448cd color RGB value is (196,72,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001000 11001101
Octal 304 110 315
Decimal 196 72 205
Hex C4 48 CD

RGB Percentages of Color #c448cd

%41.44
%15.22
%43.34

CMYK Percentages of Color #c448cd

%4
%65
%0
%20

Triadic Colors of #c448cd

#c448cd #cdc448 #48cdc4

Analogous Colors of #c448cd

#c448cd #cd4894 #8248cd

Monochromatic Colors of #c448cd

#c448cd

Complementary Color

#c448cd #51cd48

#c448cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c448cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c448cd Color CSS Codes

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

#c448cd Text Font Color

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

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


#c448cd Background Color

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

This div background color is #c448cd


#c448cd Border Color

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

This div border color is #c448cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c448cd


Comments

No comments written yet.

Please login to write comment.