Color Hex Logo

#c676cd Color Hex

#C676CD
(198,118,205)
0 Favorites   0 Comments

Color spaces of #c676cd

RGB 198118205
HSL0.820.470.63
HSV295°42°80°
CMYK 0.030.420.00   0.20
XYZ40.786629.370461.2770
Yxy29.37040.31030.2235
Hunter Lab54.194539.4983-29.1023
CIE-Lab61.107144.7762-32.1802

#c676cd color RGB value is (198,118,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110110 11001101
Octal 306 166 315
Decimal 198 118 205
Hex C6 76 CD

RGB Percentages of Color #c676cd

%38.00
%22.65
%39.35

CMYK Percentages of Color #c676cd

%3
%42
%0
%20

Triadic Colors of #c676cd

#c676cd #cdc676 #76cdc6

Analogous Colors of #c676cd

#c676cd #cd76a9 #9b76cd

Monochromatic Colors of #c676cd

#c676cd

Complementary Color

#c676cd #7dcd76

#c676cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c676cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c676cd Color CSS Codes

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

#c676cd Text Font Color

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

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


#c676cd Background Color

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

This div background color is #c676cd


#c676cd Border Color

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

This div border color is #c676cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c676cd


Comments

No comments written yet.

Please login to write comment.