Color Hex Logo

#c515dc Color Hex

#C515DC
(197,21,220)
0 Favorites   0 Comments

Color spaces of #c515dc

RGB 19721220
HSL0.810.830.47
HSV293°90°86°
CMYK 0.100.900.00   0.14
XYZ36.212417.574069.1937
Yxy17.57400.29450.1429
Hunter Lab41.921480.8291-68.5167
CIE-Lab48.975382.4076-59.9223

#c515dc color RGB value is (197,21,220).

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

The process color (four color CMYK) of #c515dc color hex is 0.10, 0.90, 0.00, 0.14. Web safe color of #c515dc is #cc00cc. Color #c515dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010101 11011100
Octal 305 25 334
Decimal 197 21 220
Hex C5 15 DC

RGB Percentages of Color #c515dc

%44.98
%4.79
%50.23

CMYK Percentages of Color #c515dc

%10
%90
%0
%14

Triadic Colors of #c515dc

#c515dc #dcc515 #15dcc5

Analogous Colors of #c515dc

#c515dc #dc1590 #6215dc

Monochromatic Colors of #c515dc

#c515dc

Complementary Color

#c515dc #2cdc15

#c515dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c515dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c515dc Color CSS Codes

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

#c515dc Text Font Color

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

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


#c515dc Background Color

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

This div background color is #c515dc


#c515dc Border Color

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

This div border color is #c515dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c515dc


Comments

No comments written yet.

Please login to write comment.