Color Hex Logo

#c015a5 Color Hex

#C015A5
(192,21,165)
0 Favorites   0 Comments

Color spaces of #c015a5

RGB 19221165
HSL0.860.800.42
HSV309°89°75°
CMYK 0.000.890.14   0.25
XYZ28.797914.459436.8704
Yxy14.45940.35940.1805
Hunter Lab38.025568.6389-30.8711
CIE-Lab44.884773.3893-34.4285

#c015a5 color RGB value is (192,21,165).

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

The process color (four color CMYK) of #c015a5 color hex is 0.00, 0.89, 0.14, 0.25. Web safe color of #c015a5 is #cc0099. Color #c015a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 10100101
Octal 300 25 245
Decimal 192 21 165
Hex C0 15 A5

RGB Percentages of Color #c015a5

%50.79
%5.56
%43.65

CMYK Percentages of Color #c015a5

%0
%89
%14
%25

Triadic Colors of #c015a5

#c015a5 #a5c015 #15a5c0

Analogous Colors of #c015a5

#c015a5 #c01550 #8615c0

Monochromatic Colors of #c015a5

#c015a5

Complementary Color

#c015a5 #15c030

#c015a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c015a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c015a5 Color CSS Codes

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

#c015a5 Text Font Color

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

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


#c015a5 Background Color

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

This div background color is #c015a5


#c015a5 Border Color

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

This div border color is #c015a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c015a5


Comments

No comments written yet.

Please login to write comment.