Color Hex Logo

#c675cc Color Hex

#C675CC
(198,117,204)
0 Favorites   0 Comments

Color spaces of #c675cc

RGB 198117204
HSL0.820.460.63
HSV296°43°80°
CMYK 0.030.430.00   0.20
XYZ40.549129.088060.6041
Yxy29.08800.31130.2233
Hunter Lab53.933339.8198-28.8701
CIE-Lab60.859245.1114-32.0011

#c675cc color RGB value is (198,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 11001100
Octal 306 165 314
Decimal 198 117 204
Hex C6 75 CC

RGB Percentages of Color #c675cc

%38.15
%22.54
%39.31

CMYK Percentages of Color #c675cc

%3
%43
%0
%20

Triadic Colors of #c675cc

#c675cc #ccc675 #75ccc6

Analogous Colors of #c675cc

#c675cc #cc75a7 #9b75cc

Monochromatic Colors of #c675cc

#c675cc

Complementary Color

#c675cc #7bcc75

#c675cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c675cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c675cc Color CSS Codes

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

#c675cc Text Font Color

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

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


#c675cc Background Color

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

This div background color is #c675cc


#c675cc Border Color

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

This div border color is #c675cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c675cc


Comments

No comments written yet.

Please login to write comment.