Color Hex Logo

#c60fcd Color Hex

#C60FCD
(198,15,205)
0 Favorites   0 Comments

Color spaces of #c60fcd

RGB 19815205
HSL0.830.860.43
HSV298°93°80°
CMYK 0.030.930.00   0.20
XYZ34.479016.755259.1744
Yxy16.75520.31230.1518
Hunter Lab40.933178.7221-57.0586
CIE-Lab47.950180.9482-52.9542

#c60fcd color RGB value is (198,15,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001111 11001101
Octal 306 17 315
Decimal 198 15 205
Hex C6 F CD

RGB Percentages of Color #c60fcd

%47.37
%3.59
%49.04

CMYK Percentages of Color #c60fcd

%3
%93
%0
%20

Triadic Colors of #c60fcd

#c60fcd #cdc60f #0fcdc6

Analogous Colors of #c60fcd

#c60fcd #cd0f75 #670fcd

Monochromatic Colors of #c60fcd

#c60fcd

Complementary Color

#c60fcd #16cd0f

#c60fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60fcd Color CSS Codes

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

#c60fcd Text Font Color

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

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


#c60fcd Background Color

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

This div background color is #c60fcd


#c60fcd Border Color

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

This div border color is #c60fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60fcd


Comments

No comments written yet.

Please login to write comment.