Color Hex Logo

#c448ce Color Hex

#C448CE
(196,72,206)
0 Favorites   0 Comments

Color spaces of #c448ce

RGB 19672206
HSL0.820.580.55
HSV296°65°81°
CMYK 0.050.650.00   0.19
XYZ36.222920.826760.5033
Yxy20.82670.30810.1772
Hunter Lab45.636361.8174-46.6596
CIE-Lab52.759366.1323-45.8752

#c448ce color RGB value is (196,72,206).

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

The process color (four color CMYK) of #c448ce color hex is 0.05, 0.65, 0.00, 0.19. Web safe color of #c448ce is #cc33cc. Color #c448ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001000 11001110
Octal 304 110 316
Decimal 196 72 206
Hex C4 48 CE

RGB Percentages of Color #c448ce

%41.35
%15.19
%43.46

CMYK Percentages of Color #c448ce

%5
%65
%0
%19

Triadic Colors of #c448ce

#c448ce #cec448 #48cec4

Analogous Colors of #c448ce

#c448ce #ce4895 #8148ce

Monochromatic Colors of #c448ce

#c448ce

Complementary Color

#c448ce #52ce48

#c448ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c448ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c448ce Color CSS Codes

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

#c448ce Text Font Color

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

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


#c448ce Background Color

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

This div background color is #c448ce


#c448ce Border Color

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

This div border color is #c448ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c448ce


Comments

No comments written yet.

Please login to write comment.