Color Hex Logo

#c665ce Color Hex

#C665CE
(198,101,206)
0 Favorites   0 Comments

Color spaces of #c665ce

RGB 198101206
HSL0.820.520.60
HSV295°51°81°
CMYK 0.040.510.00   0.19
XYZ39.083025.769461.3066
Yxy25.76940.30980.2043
Hunter Lab50.763648.5914-36.0694
CIE-Lab57.817553.6300-37.8786

#c665ce color RGB value is (198,101,206).

#c665ce hex color red value is 198, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c665ce hue: 0.82 , saturation: 0.52 and the lightness value of c665ce is 0.60.

The process color (four color CMYK) of #c665ce color hex is 0.04, 0.51, 0.00, 0.19. Web safe color of #c665ce is #cc66cc. Color #c665ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 11001110
Octal 306 145 316
Decimal 198 101 206
Hex C6 65 CE

RGB Percentages of Color #c665ce

%39.21
%20.00
%40.79

CMYK Percentages of Color #c665ce

%4
%51
%0
%19

Triadic Colors of #c665ce

#c665ce #cec665 #65cec6

Analogous Colors of #c665ce

#c665ce #ce65a2 #9265ce

Monochromatic Colors of #c665ce

#c665ce

Complementary Color

#c665ce #6dce65

#c665ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c665ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c665ce Color CSS Codes

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

#c665ce Text Font Color

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

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


#c665ce Background Color

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

This div background color is #c665ce


#c665ce Border Color

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

This div border color is #c665ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c665ce


Comments

No comments written yet.

Please login to write comment.