Color Hex Logo

#c60dbe Color Hex

#C60DBE
(198,13,190)
0 Favorites   0 Comments

Color spaces of #c60dbe

RGB 19813190
HSL0.840.880.41
HSV303°93°78°
CMYK 0.000.930.04   0.22
XYZ32.726916.011350.0808
Yxy16.01130.33120.1620
Hunter Lab40.014175.9675-46.1962
CIE-Lab46.989378.9439-45.7811

#c60dbe color RGB value is (198,13,190).

#c60dbe hex color red value is 198, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c60dbe hue: 0.84 , saturation: 0.88 and the lightness value of c60dbe is 0.41.

The process color (four color CMYK) of #c60dbe color hex is 0.00, 0.93, 0.04, 0.22. Web safe color of #c60dbe is #cc00cc. Color #c60dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001101 10111110
Octal 306 15 276
Decimal 198 13 190
Hex C6 D BE

RGB Percentages of Color #c60dbe

%49.38
%3.24
%47.38

CMYK Percentages of Color #c60dbe

%0
%93
%4
%22

Triadic Colors of #c60dbe

#c60dbe #bec60d #0dbec6

Analogous Colors of #c60dbe

#c60dbe #c60d62 #720dc6

Monochromatic Colors of #c60dbe

#c60dbe

Complementary Color

#c60dbe #0dc615

#c60dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60dbe Color CSS Codes

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

#c60dbe Text Font Color

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

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


#c60dbe Background Color

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

This div background color is #c60dbe


#c60dbe Border Color

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

This div border color is #c60dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60dbe


Comments

No comments written yet.

Please login to write comment.