Color Hex Logo

#c615da Color Hex

#C615DA
(198,21,218)
0 Favorites   0 Comments

Color spaces of #c615da

RGB 19821218
HSL0.820.820.47
HSV294°90°85°
CMYK 0.090.900.00   0.15
XYZ36.211817.604167.8190
Yxy17.60410.29770.1447
Hunter Lab41.957280.6318-66.4653
CIE-Lab49.012482.2458-58.7120

#c615da color RGB value is (198,21,218).

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

The process color (four color CMYK) of #c615da color hex is 0.09, 0.90, 0.00, 0.15. Web safe color of #c615da is #cc00cc. Color #c615da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 11011010
Octal 306 25 332
Decimal 198 21 218
Hex C6 15 DA

RGB Percentages of Color #c615da

%45.31
%4.81
%49.89

CMYK Percentages of Color #c615da

%9
%90
%0
%15

Triadic Colors of #c615da

#c615da #dac615 #15dac6

Analogous Colors of #c615da

#c615da #da158c #6315da

Monochromatic Colors of #c615da

#c615da

Complementary Color

#c615da #29da15

#c615da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615da Color CSS Codes

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

#c615da Text Font Color

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

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


#c615da Background Color

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

This div background color is #c615da


#c615da Border Color

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

This div border color is #c615da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615da

#c615da Color Palettes


Comments

No comments written yet.

Please login to write comment.