Color Hex Logo

#c544fd Color Hex

#C544FD
(197,68,253)
0 Favorites   0 Comments

Color spaces of #c544fd

RGB 19768253
HSL0.780.980.63
HSV282°73°99°
CMYK 0.220.730.00   0.01
XYZ42.822723.096495.1296
Yxy23.09640.26590.1434
Hunter Lab48.058774.9496-83.7202
CIE-Lab55.171576.5349-68.4879

#c544fd color RGB value is (197,68,253).

#c544fd hex color red value is 197, green value is 68 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c544fd hue: 0.78 , saturation: 0.98 and the lightness value of c544fd is 0.63.

The process color (four color CMYK) of #c544fd color hex is 0.22, 0.73, 0.00, 0.01. Web safe color of #c544fd is #cc33ff. Color #c544fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000100 11111101
Octal 305 104 375
Decimal 197 68 253
Hex C5 44 FD

RGB Percentages of Color #c544fd

%38.03
%13.13
%48.84

CMYK Percentages of Color #c544fd

%22
%73
%0
%1

Triadic Colors of #c544fd

#c544fd #fdc544 #44fdc5

Analogous Colors of #c544fd

#c544fd #fd44d9 #6944fd

Monochromatic Colors of #c544fd

#c544fd

Complementary Color

#c544fd #7cfd44

#c544fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c544fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c544fd Color CSS Codes

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

#c544fd Text Font Color

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

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


#c544fd Background Color

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

This div background color is #c544fd


#c544fd Border Color

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

This div border color is #c544fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,68,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c544fd


Comments

No comments written yet.

Please login to write comment.