Color Hex Logo

#c660be Color Hex

#C660BE
(198,96,190)
0 Favorites   0 Comments

Color spaces of #c660be

RGB 19896190
HSL0.850.470.58
HSV305°52°78°
CMYK 0.000.520.04   0.22
XYZ36.765824.089251.4271
Yxy24.08920.32740.2145
Hunter Lab49.080747.8209-27.7679
CIE-Lab56.177053.2029-31.3114

#c660be color RGB value is (198,96,190).

#c660be hex color red value is 198, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c660be hue: 0.85 , saturation: 0.47 and the lightness value of c660be is 0.58.

The process color (four color CMYK) of #c660be color hex is 0.00, 0.52, 0.04, 0.22. Web safe color of #c660be is #cc66cc. Color #c660be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 10111110
Octal 306 140 276
Decimal 198 96 190
Hex C6 60 BE

RGB Percentages of Color #c660be

%40.91
%19.83
%39.26

CMYK Percentages of Color #c660be

%0
%52
%4
%22

Triadic Colors of #c660be

#c660be #bec660 #60bec6

Analogous Colors of #c660be

#c660be #c6608b #9b60c6

Monochromatic Colors of #c660be

#c660be

Complementary Color

#c660be #60c668

#c660be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c660be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c660be Color CSS Codes

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

#c660be Text Font Color

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

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


#c660be Background Color

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

This div background color is #c660be


#c660be Border Color

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

This div border color is #c660be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c660be


Comments

No comments written yet.

Please login to write comment.