Color Hex Logo

#c615cd Color Hex

#C615CD
(198,21,205)
0 Favorites   0 Comments

Color spaces of #c615cd

RGB 19821205
HSL0.830.810.44
HSV298°90°80°
CMYK 0.030.900.00   0.20
XYZ34.576316.949959.2069
Yxy16.94990.31220.1531
Hunter Lab41.170377.8629-56.4457
CIE-Lab48.196880.2197-52.5586

#c615cd color RGB value is (198,21,205).

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

The process color (four color CMYK) of #c615cd color hex is 0.03, 0.90, 0.00, 0.20. Web safe color of #c615cd is #cc00cc. Color #c615cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 11001101
Octal 306 25 315
Decimal 198 21 205
Hex C6 15 CD

RGB Percentages of Color #c615cd

%46.70
%4.95
%48.35

CMYK Percentages of Color #c615cd

%3
%90
%0
%20

Triadic Colors of #c615cd

#c615cd #cdc615 #15cdc6

Analogous Colors of #c615cd

#c615cd #cd1578 #6a15cd

Monochromatic Colors of #c615cd

#c615cd

Complementary Color

#c615cd #1ccd15

#c615cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615cd Color CSS Codes

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

#c615cd Text Font Color

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

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


#c615cd Background Color

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

This div background color is #c615cd


#c615cd Border Color

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

This div border color is #c615cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615cd


Comments

No comments written yet.

Please login to write comment.