Color Hex Logo

#c615db Color Hex

#C615DB
(198,21,219)
0 Favorites   0 Comments

Color spaces of #c615db

RGB 19821219
HSL0.820.830.47
HSV294°90°86°
CMYK 0.100.900.00   0.14
XYZ36.343117.656668.5104
Yxy17.65660.29670.1441
Hunter Lab42.019880.8510-67.2545
CIE-Lab49.076982.4051-59.1792

#c615db color RGB value is (198,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 11011011
Octal 306 25 333
Decimal 198 21 219
Hex C6 15 DB

RGB Percentages of Color #c615db

%45.21
%4.79
%50.00

CMYK Percentages of Color #c615db

%10
%90
%0
%14

Triadic Colors of #c615db

#c615db #dbc615 #15dbc6

Analogous Colors of #c615db

#c615db #db158d #6315db

Monochromatic Colors of #c615db

#c615db

Complementary Color

#c615db #2adb15

#c615db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615db Color CSS Codes

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

#c615db Text Font Color

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

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


#c615db Background Color

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

This div background color is #c615db


#c615db Border Color

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

This div border color is #c615db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615db


Comments

No comments written yet.

Please login to write comment.