Color Hex Logo

#c608dc Color Hex

#C608DC
(198,8,220)
0 Favorites   0 Comments

Color spaces of #c608dc

RGB 1988220
HSL0.820.930.45
HSV294°96°86°
CMYK 0.100.960.00   0.14
XYZ36.293817.346769.1455
Yxy17.34670.29560.1413
Hunter Lab41.649482.6608-69.2776
CIE-Lab48.693983.8917-60.3675

#c608dc color RGB value is (198,8,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001000 11011100
Octal 306 10 334
Decimal 198 8 220
Hex C6 8 DC

RGB Percentages of Color #c608dc

%46.48
%1.88
%51.64

CMYK Percentages of Color #c608dc

%10
%96
%0
%14

Triadic Colors of #c608dc

#c608dc #dcc608 #08dcc6

Analogous Colors of #c608dc

#c608dc #dc0888 #5c08dc

Monochromatic Colors of #c608dc

#c608dc

Complementary Color

#c608dc #1edc08

#c608dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c608dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c608dc Color CSS Codes

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

#c608dc Text Font Color

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

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


#c608dc Background Color

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

This div background color is #c608dc


#c608dc Border Color

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

This div border color is #c608dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c608dc


Comments

No comments written yet.

Please login to write comment.