Color Hex Logo

#c915cc Color Hex

#C915CC
(201,21,204)
0 Favorites   0 Comments

Color spaces of #c915cc

RGB 20121204
HSL0.830.810.44
HSV299°90°80°
CMYK 0.010.900.00   0.20
XYZ35.254617.313558.6104
Yxy17.31350.31710.1557
Hunter Lab41.609578.4216-54.3882
CIE-Lab48.652680.5740-51.2227

#c915cc color RGB value is (201,21,204).

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

The process color (four color CMYK) of #c915cc color hex is 0.01, 0.90, 0.00, 0.20. Web safe color of #c915cc is #cc00cc. Color #c915cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 11001100
Octal 311 25 314
Decimal 201 21 204
Hex C9 15 CC

RGB Percentages of Color #c915cc

%47.18
%4.93
%47.89

CMYK Percentages of Color #c915cc

%1
%90
%0
%20

Triadic Colors of #c915cc

#c915cc #ccc915 #15ccc9

Analogous Colors of #c915cc

#c915cc #cc1574 #6e15cc

Monochromatic Colors of #c915cc

#c915cc

Complementary Color

#c915cc #18cc15

#c915cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c915cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c915cc Color CSS Codes

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

#c915cc Text Font Color

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

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


#c915cc Background Color

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

This div background color is #c915cc


#c915cc Border Color

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

This div border color is #c915cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c915cc


Comments

No comments written yet.

Please login to write comment.