Color Hex Logo

#c448dc Color Hex

#C448DC
(196,72,220)
0 Favorites   0 Comments

Color spaces of #c448dc

RGB 19672220
HSL0.810.680.57
HSV290°67°86°
CMYK 0.110.670.00   0.14
XYZ38.000621.537869.8645
Yxy21.53780.29370.1664
Hunter Lab46.408864.9444-56.7698
CIE-Lab53.533168.6326-52.6178

#c448dc color RGB value is (196,72,220).

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

The process color (four color CMYK) of #c448dc color hex is 0.11, 0.67, 0.00, 0.14. Web safe color of #c448dc is #cc33cc. Color #c448dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001000 11011100
Octal 304 110 334
Decimal 196 72 220
Hex C4 48 DC

RGB Percentages of Color #c448dc

%40.16
%14.75
%45.08

CMYK Percentages of Color #c448dc

%11
%67
%0
%14

Triadic Colors of #c448dc

#c448dc #dcc448 #48dcc4

Analogous Colors of #c448dc

#c448dc #dc48aa #7a48dc

Monochromatic Colors of #c448dc

#c448dc

Complementary Color

#c448dc #60dc48

#c448dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c448dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c448dc Color CSS Codes

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

#c448dc Text Font Color

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

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


#c448dc Background Color

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

This div background color is #c448dc


#c448dc Border Color

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

This div border color is #c448dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c448dc


Comments

No comments written yet.

Please login to write comment.