Color Hex Logo

#c669cd Color Hex

#C669CD
(198,105,205)
0 Favorites   0 Comments

Color spaces of #c669cd

RGB 198105205
HSL0.820.500.61
HSV296°49°80°
CMYK 0.030.490.00   0.20
XYZ39.359726.516760.8014
Yxy26.51670.31070.2093
Hunter Lab51.494446.3213-33.9599
CIE-Lab58.524351.4590-36.2051

#c669cd color RGB value is (198,105,205).

#c669cd hex color red value is 198, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c669cd hue: 0.82 , saturation: 0.50 and the lightness value of c669cd is 0.61.

The process color (four color CMYK) of #c669cd color hex is 0.03, 0.49, 0.00, 0.20. Web safe color of #c669cd is #cc66cc. Color #c669cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 11001101
Octal 306 151 315
Decimal 198 105 205
Hex C6 69 CD

RGB Percentages of Color #c669cd

%38.98
%20.67
%40.35

CMYK Percentages of Color #c669cd

%3
%49
%0
%20

Triadic Colors of #c669cd

#c669cd #cdc669 #69cdc6

Analogous Colors of #c669cd

#c669cd #cd69a2 #9469cd

Monochromatic Colors of #c669cd

#c669cd

Complementary Color

#c669cd #70cd69

#c669cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c669cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c669cd Color CSS Codes

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

#c669cd Text Font Color

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

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


#c669cd Background Color

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

This div background color is #c669cd


#c669cd Border Color

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

This div border color is #c669cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,105,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 #c669cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c669cd


Comments

No comments written yet.

Please login to write comment.