Color Hex Logo

#c604de Color Hex

#C604DE
(198,4,222)
0 Favorites   0 Comments

Color spaces of #c604de

RGB 1984222
HSL0.810.960.44
HSV293°98°87°
CMYK 0.110.980.00   0.13
XYZ36.516917.366570.5347
Yxy17.36650.29350.1396
Hunter Lab41.673183.4861-71.1813
CIE-Lab48.718584.5274-61.4687

#c604de color RGB value is (198,4,222).

#c604de hex color red value is 198, green value is 4 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c604de hue: 0.81 , saturation: 0.96 and the lightness value of c604de is 0.44.

The process color (four color CMYK) of #c604de color hex is 0.11, 0.98, 0.00, 0.13. Web safe color of #c604de is #cc00cc. Color #c604de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000100 11011110
Octal 306 4 336
Decimal 198 4 222
Hex C6 4 DE

RGB Percentages of Color #c604de

%46.70
%0.94
%52.36

CMYK Percentages of Color #c604de

%11
%98
%0
%13

Triadic Colors of #c604de

#c604de #dec604 #04dec6

Analogous Colors of #c604de

#c604de #de0489 #5904de

Monochromatic Colors of #c604de

#c604de

Complementary Color

#c604de #1cde04

#c604de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c604de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c604de Color CSS Codes

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

#c604de Text Font Color

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

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


#c604de Background Color

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

This div background color is #c604de


#c604de Border Color

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

This div border color is #c604de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c604de


Comments

No comments written yet.

Please login to write comment.