Color Hex Logo

#c015db Color Hex

#C015DB
(192,21,219)
0 Favorites   0 Comments

Color spaces of #c015db

RGB 19221219
HSL0.810.830.47
HSV292°90°86°
CMYK 0.120.900.00   0.14
XYZ34.792616.857368.4378
Yxy16.85730.28970.1404
Hunter Lab41.057679.4116-70.0884
CIE-Lab48.079781.4673-60.8379

#c015db color RGB value is (192,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 11011011
Octal 300 25 333
Decimal 192 21 219
Hex C0 15 DB

RGB Percentages of Color #c015db

%44.44
%4.86
%50.69

CMYK Percentages of Color #c015db

%12
%90
%0
%14

Triadic Colors of #c015db

#c015db #dbc015 #15dbc0

Analogous Colors of #c015db

#c015db #db1593 #5d15db

Monochromatic Colors of #c015db

#c015db

Complementary Color

#c015db #30db15

#c015db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c015db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c015db Color CSS Codes

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

#c015db Text Font Color

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

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


#c015db Background Color

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

This div background color is #c015db


#c015db Border Color

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

This div border color is #c015db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c015db


Comments

No comments written yet.

Please login to write comment.