Color Hex Logo

#c518da Color Hex

#C518DA
(197,24,218)
0 Favorites   0 Comments

Color spaces of #c518da

RGB 19724218
HSL0.820.800.47
HSV294°89°85°
CMYK 0.100.890.00   0.15
XYZ36.007517.585567.8262
Yxy17.58550.29660.1448
Hunter Lab41.935179.8825-66.5417
CIE-Lab48.989581.6616-58.7576

#c518da color RGB value is (197,24,218).

#c518da hex color red value is 197, green value is 24 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c518da hue: 0.82 , saturation: 0.80 and the lightness value of c518da is 0.47.

The process color (four color CMYK) of #c518da color hex is 0.10, 0.89, 0.00, 0.15. Web safe color of #c518da is #cc00cc. Color #c518da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011000 11011010
Octal 305 30 332
Decimal 197 24 218
Hex C5 18 DA

RGB Percentages of Color #c518da

%44.87
%5.47
%49.66

CMYK Percentages of Color #c518da

%10
%89
%0
%15

Triadic Colors of #c518da

#c518da #dac518 #18dac5

Analogous Colors of #c518da

#c518da #da188e #6418da

Monochromatic Colors of #c518da

#c518da

Complementary Color

#c518da #2dda18

#c518da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c518da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c518da Color CSS Codes

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

#c518da Text Font Color

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

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


#c518da Background Color

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

This div background color is #c518da


#c518da Border Color

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

This div border color is #c518da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c518da


Comments

No comments written yet.

Please login to write comment.