Color Hex Logo

#c603ec Color Hex

#C603EC
(198,3,236)
0 Favorites   0 Comments

Color spaces of #c603ec

RGB 1983236
HSL0.810.970.47
HSV290°99°93°
CMYK 0.160.990.00   0.07
XYZ38.461618.127080.8286
Yxy18.12700.27990.1319
Hunter Lab42.575886.7434-82.7568
CIE-Lab49.649886.8547-67.9023

#c603ec color RGB value is (198,3,236).

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

The process color (four color CMYK) of #c603ec color hex is 0.16, 0.99, 0.00, 0.07. Web safe color of #c603ec is #cc00ff. Color #c603ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 11101100
Octal 306 3 354
Decimal 198 3 236
Hex C6 3 EC

RGB Percentages of Color #c603ec

%45.31
%0.69
%54.00

CMYK Percentages of Color #c603ec

%16
%99
%0
%7

Triadic Colors of #c603ec

#c603ec #ecc603 #03ecc6

Analogous Colors of #c603ec

#c603ec #ec039e #5103ec

Monochromatic Colors of #c603ec

#c603ec

Complementary Color

#c603ec #29ec03

#c603ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c603ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c603ec Color CSS Codes

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

#c603ec Text Font Color

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

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


#c603ec Background Color

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

This div background color is #c603ec


#c603ec Border Color

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

This div border color is #c603ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,3,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c603ec


Comments

No comments written yet.

Please login to write comment.