Color Hex Logo

#c60ddb Color Hex

#C60DDB
(198,13,219)
0 Favorites   0 Comments

Color spaces of #c60ddb

RGB 19813219
HSL0.820.890.45
HSV294°94°86°
CMYK 0.100.940.00   0.14
XYZ36.218817.408168.4690
Yxy17.40810.29660.1426
Hunter Lab41.723081.9365-68.0910
CIE-Lab48.770283.3131-59.6735

#c60ddb color RGB value is (198,13,219).

#c60ddb hex color red value is 198, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c60ddb hue: 0.82 , saturation: 0.89 and the lightness value of c60ddb is 0.45.

The process color (four color CMYK) of #c60ddb color hex is 0.10, 0.94, 0.00, 0.14. Web safe color of #c60ddb is #cc00cc. Color #c60ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001101 11011011
Octal 306 15 333
Decimal 198 13 219
Hex C6 D DB

RGB Percentages of Color #c60ddb

%46.05
%3.02
%50.93

CMYK Percentages of Color #c60ddb

%10
%94
%0
%14

Triadic Colors of #c60ddb

#c60ddb #dbc60d #0ddbc6

Analogous Colors of #c60ddb

#c60ddb #db0d89 #5f0ddb

Monochromatic Colors of #c60ddb

#c60ddb

Complementary Color

#c60ddb #22db0d

#c60ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60ddb Color CSS Codes

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

#c60ddb Text Font Color

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

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


#c60ddb Background Color

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

This div background color is #c60ddb


#c60ddb Border Color

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

This div border color is #c60ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60ddb


Comments

No comments written yet.

Please login to write comment.