Color Hex Logo

#c615af Color Hex

#C615AF
(198,21,175)
0 Favorites   0 Comments

Color spaces of #c615af

RGB 19821175
HSL0.850.810.43
HSV308°89°78°
CMYK 0.000.890.12   0.22
XYZ31.294715.637241.9263
Yxy15.63720.35220.1760
Hunter Lab39.543972.0615-35.1813
CIE-Lab46.494975.8865-37.7533

#c615af color RGB value is (198,21,175).

#c615af hex color red value is 198, green value is 21 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c615af hue: 0.85 , saturation: 0.81 and the lightness value of c615af is 0.43.

The process color (four color CMYK) of #c615af color hex is 0.00, 0.89, 0.12, 0.22. Web safe color of #c615af is #cc0099. Color #c615af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 10101111
Octal 306 25 257
Decimal 198 21 175
Hex C6 15 AF

RGB Percentages of Color #c615af

%50.25
%5.33
%44.42

CMYK Percentages of Color #c615af

%0
%89
%12
%22

Triadic Colors of #c615af

#c615af #afc615 #15afc6

Analogous Colors of #c615af

#c615af #c61556 #8515c6

Monochromatic Colors of #c615af

#c615af

Complementary Color

#c615af #15c62c

#c615af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615af Color CSS Codes

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

#c615af Text Font Color

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

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


#c615af Background Color

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

This div background color is #c615af


#c615af Border Color

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

This div border color is #c615af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,21,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615af


Comments

No comments written yet.

Please login to write comment.