Color Hex Logo

#c448cb Color Hex

#C448CB
(196,72,203)
0 Favorites   0 Comments

Color spaces of #c448cb

RGB 19672203
HSL0.820.560.54
HSV297°65°80°
CMYK 0.030.650.00   0.20
XYZ35.861820.682358.6019
Yxy20.68230.31140.1796
Hunter Lab45.477861.1711-44.5656
CIE-Lab52.600065.6102-44.4090

#c448cb color RGB value is (196,72,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001000 11001011
Octal 304 110 313
Decimal 196 72 203
Hex C4 48 CB

RGB Percentages of Color #c448cb

%41.61
%15.29
%43.10

CMYK Percentages of Color #c448cb

%3
%65
%0
%20

Triadic Colors of #c448cb

#c448cb #cbc448 #48cbc4

Analogous Colors of #c448cb

#c448cb #cb4891 #8348cb

Monochromatic Colors of #c448cb

#c448cb

Complementary Color

#c448cb #4fcb48

#c448cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c448cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c448cb Color CSS Codes

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

#c448cb Text Font Color

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

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


#c448cb Background Color

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

This div background color is #c448cb


#c448cb Border Color

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

This div border color is #c448cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c448cb


Comments

No comments written yet.

Please login to write comment.