Color Hex Logo

#c508dc Color Hex

#C508DC
(197,8,220)
0 Favorites   0 Comments

Color spaces of #c508dc

RGB 1978220
HSL0.820.930.45
HSV293°96°86°
CMYK 0.100.960.00   0.14
XYZ36.031117.211369.1332
Yxy17.21130.29440.1406
Hunter Lab41.486582.4262-69.7604
CIE-Lab48.525283.7418-60.6482

#c508dc color RGB value is (197,8,220).

#c508dc hex color red value is 197, green value is 8 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c508dc hue: 0.82 , saturation: 0.93 and the lightness value of c508dc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 11011100
Octal 305 10 334
Decimal 197 8 220
Hex C5 8 DC

RGB Percentages of Color #c508dc

%46.35
%1.88
%51.76

CMYK Percentages of Color #c508dc

%10
%96
%0
%14

Triadic Colors of #c508dc

#c508dc #dcc508 #08dcc5

Analogous Colors of #c508dc

#c508dc #dc0889 #5b08dc

Monochromatic Colors of #c508dc

#c508dc

Complementary Color

#c508dc #1fdc08

#c508dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c508dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c508dc Color CSS Codes

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

#c508dc Text Font Color

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

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


#c508dc Background Color

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

This div background color is #c508dc


#c508dc Border Color

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

This div border color is #c508dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c508dc


Comments

No comments written yet.

Please login to write comment.