Color Hex Logo

#c540da Color Hex

#C540DA
(197,64,218)
0 Favorites   0 Comments

Color spaces of #c540da

RGB 19764218
HSL0.810.680.55
HSV292°71°85°
CMYK 0.100.710.00   0.15
XYZ37.514220.599168.3285
Yxy20.59910.29670.1629
Hunter Lab45.386268.1141-57.4901
CIE-Lab52.507971.4733-53.1119

#c540da color RGB value is (197,64,218).

#c540da hex color red value is 197, green value is 64 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c540da hue: 0.81 , saturation: 0.68 and the lightness value of c540da is 0.55.

The process color (four color CMYK) of #c540da color hex is 0.10, 0.71, 0.00, 0.15. Web safe color of #c540da is #cc33cc. Color #c540da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000000 11011010
Octal 305 100 332
Decimal 197 64 218
Hex C5 40 DA

RGB Percentages of Color #c540da

%41.13
%13.36
%45.51

CMYK Percentages of Color #c540da

%10
%71
%0
%15

Triadic Colors of #c540da

#c540da #dac540 #40dac5

Analogous Colors of #c540da

#c540da #da40a2 #7840da

Monochromatic Colors of #c540da

#c540da

Complementary Color

#c540da #55da40

#c540da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c540da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c540da Color CSS Codes

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

#c540da Text Font Color

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

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


#c540da Background Color

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

This div background color is #c540da


#c540da Border Color

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

This div border color is #c540da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c540da


Comments

No comments written yet.

Please login to write comment.