Color Hex Logo

#c015bd Color Hex

#C015BD
(192,21,189)
0 Favorites   0 Comments

Color spaces of #c015bd

RGB 19221189
HSL0.840.800.42
HSV301°89°75°
CMYK 0.000.890.02   0.25
XYZ31.191715.416949.4759
Yxy15.41690.32460.1605
Hunter Lab39.264473.0882-47.2246
CIE-Lab46.200076.7783-46.5179

#c015bd color RGB value is (192,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 10111101
Octal 300 25 275
Decimal 192 21 189
Hex C0 15 BD

RGB Percentages of Color #c015bd

%47.76
%5.22
%47.01

CMYK Percentages of Color #c015bd

%0
%89
%2
%25

Triadic Colors of #c015bd

#c015bd #bdc015 #15bdc0

Analogous Colors of #c015bd

#c015bd #c01568 #6e15c0

Monochromatic Colors of #c015bd

#c015bd

Complementary Color

#c015bd #15c018

#c015bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c015bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c015bd Color CSS Codes

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

#c015bd Text Font Color

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

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


#c015bd Background Color

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

This div background color is #c015bd


#c015bd Border Color

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

This div border color is #c015bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c015bd


Comments

No comments written yet.

Please login to write comment.