Color Hex Logo

#c544cb Color Hex

#C544CB
(197,68,203)
0 Favorites   0 Comments

Color spaces of #c544cb

RGB 19768203
HSL0.830.560.53
HSV297°67°80°
CMYK 0.030.670.00   0.20
XYZ35.872620.316458.5307
Yxy20.31640.31270.1771
Hunter Lab45.073763.1829-45.4397
CIE-Lab52.193167.4006-45.0447

#c544cb color RGB value is (197,68,203).

#c544cb hex color red value is 197, green value is 68 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c544cb hue: 0.83 , saturation: 0.56 and the lightness value of c544cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000100 11001011
Octal 305 104 313
Decimal 197 68 203
Hex C5 44 CB

RGB Percentages of Color #c544cb

%42.09
%14.53
%43.38

CMYK Percentages of Color #c544cb

%3
%67
%0
%20

Triadic Colors of #c544cb

#c544cb #cbc544 #44cbc5

Analogous Colors of #c544cb

#c544cb #cb448e #8244cb

Monochromatic Colors of #c544cb

#c544cb

Complementary Color

#c544cb #4acb44

#c544cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c544cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c544cb Color CSS Codes

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

#c544cb Text Font Color

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

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


#c544cb Background Color

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

This div background color is #c544cb


#c544cb Border Color

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

This div border color is #c544cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,68,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 #c544cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c544cb


Comments

No comments written yet.

Please login to write comment.