Color Hex Logo

#c678cd Color Hex

#C678CD
(198,120,205)
0 Favorites   0 Comments

Color spaces of #c678cd

RGB 198120205
HSL0.820.460.64
HSV295°41°80°
CMYK 0.030.410.00   0.20
XYZ41.024629.846561.3563
Yxy29.84650.31030.2257
Hunter Lab54.632038.4345-28.3453
CIE-Lab61.521643.7221-31.5369

#c678cd color RGB value is (198,120,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111000 11001101
Octal 306 170 315
Decimal 198 120 205
Hex C6 78 CD

RGB Percentages of Color #c678cd

%37.86
%22.94
%39.20

CMYK Percentages of Color #c678cd

%3
%41
%0
%20

Triadic Colors of #c678cd

#c678cd #cdc678 #78cdc6

Analogous Colors of #c678cd

#c678cd #cd78aa #9c78cd

Monochromatic Colors of #c678cd

#c678cd

Complementary Color

#c678cd #7fcd78

#c678cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c678cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c678cd Color CSS Codes

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

#c678cd Text Font Color

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

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


#c678cd Background Color

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

This div background color is #c678cd


#c678cd Border Color

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

This div border color is #c678cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c678cd


Comments

No comments written yet.

Please login to write comment.