Color Hex Logo

#c603dc Color Hex

#C603DC
(198,3,220)
0 Favorites   0 Comments

Color spaces of #c603dc

RGB 1983220
HSL0.820.970.44
HSV294°99°86°
CMYK 0.100.990.00   0.14
XYZ36.239517.238269.1274
Yxy17.23820.29560.1406
Hunter Lab41.518983.1444-69.6523
CIE-Lab48.558884.2933-60.5855

#c603dc color RGB value is (198,3,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 11011100
Octal 306 3 334
Decimal 198 3 220
Hex C6 3 DC

RGB Percentages of Color #c603dc

%47.03
%0.71
%52.26

CMYK Percentages of Color #c603dc

%10
%99
%0
%14

Triadic Colors of #c603dc

#c603dc #dcc603 #03dcc6

Analogous Colors of #c603dc

#c603dc #dc0386 #5a03dc

Monochromatic Colors of #c603dc

#c603dc

Complementary Color

#c603dc #19dc03

#c603dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c603dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c603dc Color CSS Codes

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

#c603dc Text Font Color

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

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


#c603dc Background Color

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

This div background color is #c603dc


#c603dc Border Color

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

This div border color is #c603dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c603dc


Comments

No comments written yet.

Please login to write comment.