Color Hex Logo

#c609cd Color Hex

#C609CD
(198,9,205)
0 Favorites   0 Comments

Color spaces of #c609cd

RGB 1989205
HSL0.830.920.42
HSV298°96°80°
CMYK 0.030.960.00   0.20
XYZ34.405816.608959.1501
Yxy16.60890.31230.1508
Hunter Lab40.754079.3757-57.5253
CIE-Lab47.763481.5003-53.2537

#c609cd color RGB value is (198,9,205).

#c609cd hex color red value is 198, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c609cd hue: 0.83 , saturation: 0.92 and the lightness value of c609cd is 0.42.

The process color (four color CMYK) of #c609cd color hex is 0.03, 0.96, 0.00, 0.20. Web safe color of #c609cd is #cc00cc. Color #c609cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001001 11001101
Octal 306 11 315
Decimal 198 9 205
Hex C6 9 CD

RGB Percentages of Color #c609cd

%48.06
%2.18
%49.76

CMYK Percentages of Color #c609cd

%3
%96
%0
%20

Triadic Colors of #c609cd

#c609cd #cdc609 #09cdc6

Analogous Colors of #c609cd

#c609cd #cd0972 #6409cd

Monochromatic Colors of #c609cd

#c609cd

Complementary Color

#c609cd #10cd09

#c609cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c609cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c609cd Color CSS Codes

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

#c609cd Text Font Color

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

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


#c609cd Background Color

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

This div background color is #c609cd


#c609cd Border Color

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

This div border color is #c609cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c609cd


Comments

No comments written yet.

Please login to write comment.