Color Hex Logo

#c014db Color Hex

#C014DB
(192,20,219)
0 Favorites   0 Comments

Color spaces of #c014db

RGB 19220219
HSL0.810.830.47
HSV292°91°86°
CMYK 0.120.910.00   0.14
XYZ34.774616.821368.4318
Yxy16.82130.28970.1401
Hunter Lab41.013879.5718-70.2162
CIE-Lab48.034181.6023-60.9116

#c014db color RGB value is (192,20,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 11011011
Octal 300 24 333
Decimal 192 20 219
Hex C0 14 DB

RGB Percentages of Color #c014db

%44.55
%4.64
%50.81

CMYK Percentages of Color #c014db

%12
%91
%0
%14

Triadic Colors of #c014db

#c014db #dbc014 #14dbc0

Analogous Colors of #c014db

#c014db #db1493 #5c14db

Monochromatic Colors of #c014db

#c014db

Complementary Color

#c014db #2fdb14

#c014db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014db Color CSS Codes

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

#c014db Text Font Color

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

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


#c014db Background Color

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

This div background color is #c014db


#c014db Border Color

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

This div border color is #c014db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014db


Comments

No comments written yet.

Please login to write comment.