Color Hex Logo

#c014bd Color Hex

#C014BD
(192,20,189)
0 Favorites   0 Comments

Color spaces of #c014bd

RGB 19220189
HSL0.840.810.42
HSV301°90°75°
CMYK 0.000.900.02   0.25
XYZ31.173715.380949.4699
Yxy15.38090.32460.1602
Hunter Lab39.218573.2524-47.3350
CIE-Lab46.151576.9208-46.5952

#c014bd color RGB value is (192,20,189).

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

The process color (four color CMYK) of #c014bd color hex is 0.00, 0.90, 0.02, 0.25. Web safe color of #c014bd is #cc00cc. Color #c014bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10111101
Octal 300 24 275
Decimal 192 20 189
Hex C0 14 BD

RGB Percentages of Color #c014bd

%47.88
%4.99
%47.13

CMYK Percentages of Color #c014bd

%0
%90
%2
%25

Triadic Colors of #c014bd

#c014bd #bdc014 #14bdc0

Analogous Colors of #c014bd

#c014bd #c01467 #6d14c0

Monochromatic Colors of #c014bd

#c014bd

Complementary Color

#c014bd #14c017

#c014bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014bd Color CSS Codes

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

#c014bd Text Font Color

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

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


#c014bd Background Color

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

This div background color is #c014bd


#c014bd Border Color

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

This div border color is #c014bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,20,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014bd


Comments

No comments written yet.

Please login to write comment.