Color Hex Logo

#c540fc Color Hex

#C540FC
(197,64,252)
0 Favorites   0 Comments

Color spaces of #c540fc

RGB 19764252
HSL0.780.970.62
HSV282°75°99°
CMYK 0.220.750.00   0.01
XYZ42.430022.565494.2147
Yxy22.56540.26650.1417
Hunter Lab47.503176.3069-84.3401
CIE-Lab54.621877.7288-68.8206

#c540fc color RGB value is (197,64,252).

#c540fc hex color red value is 197, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c540fc hue: 0.78 , saturation: 0.97 and the lightness value of c540fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000000 11111100
Octal 305 100 374
Decimal 197 64 252
Hex C5 40 FC

RGB Percentages of Color #c540fc

%38.40
%12.48
%49.12

CMYK Percentages of Color #c540fc

%22
%75
%0
%1

Triadic Colors of #c540fc

#c540fc #fcc540 #40fcc5

Analogous Colors of #c540fc

#c540fc #fc40d5 #6740fc

Monochromatic Colors of #c540fc

#c540fc

Complementary Color

#c540fc #77fc40

#c540fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c540fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c540fc Color CSS Codes

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

#c540fc Text Font Color

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

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


#c540fc Background Color

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

This div background color is #c540fc


#c540fc Border Color

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

This div border color is #c540fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c540fc


Comments

No comments written yet.

Please login to write comment.