Color Hex Logo

#c607d1 Color Hex

#C607D1
(198,7,209)
0 Favorites   0 Comments

Color spaces of #c607d1

RGB 1987209
HSL0.820.940.42
HSV297°97°82°
CMYK 0.050.970.00   0.18
XYZ34.873316.761261.7188
Yxy16.76120.30770.1479
Hunter Lab40.940480.4015-60.7229
CIE-Lab47.957782.2695-55.2475

#c607d1 color RGB value is (198,7,209).

#c607d1 hex color red value is 198, green value is 7 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #c607d1 hue: 0.82 , saturation: 0.94 and the lightness value of c607d1 is 0.42.

The process color (four color CMYK) of #c607d1 color hex is 0.05, 0.97, 0.00, 0.18. Web safe color of #c607d1 is #cc00cc. Color #c607d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000111 11010001
Octal 306 7 321
Decimal 198 7 209
Hex C6 7 D1

RGB Percentages of Color #c607d1

%47.83
%1.69
%50.48

CMYK Percentages of Color #c607d1

%5
%97
%0
%18

Triadic Colors of #c607d1

#c607d1 #d1c607 #07d1c6

Analogous Colors of #c607d1

#c607d1 #d10777 #6107d1

Monochromatic Colors of #c607d1

#c607d1

Complementary Color

#c607d1 #12d107

#c607d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c607d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c607d1 Color CSS Codes

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

#c607d1 Text Font Color

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

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


#c607d1 Background Color

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

This div background color is #c607d1


#c607d1 Border Color

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

This div border color is #c607d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c607d1


Comments

No comments written yet.

Please login to write comment.