Color Hex Logo

#c668be Color Hex

#C668BE
(198,104,190)
0 Favorites   0 Comments

Color spaces of #c668be

RGB 198104190
HSL0.850.450.59
HSV305°47°78°
CMYK 0.000.470.04   0.22
XYZ37.533325.624151.6829
Yxy25.62410.32680.2231
Hunter Lab50.620343.7666-25.1005
CIE-Lab57.678549.2485-28.9804

#c668be color RGB value is (198,104,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 10111110
Octal 306 150 276
Decimal 198 104 190
Hex C6 68 BE

RGB Percentages of Color #c668be

%40.24
%21.14
%38.62

CMYK Percentages of Color #c668be

%0
%47
%4
%22

Triadic Colors of #c668be

#c668be #bec668 #68bec6

Analogous Colors of #c668be

#c668be #c6688f #9f68c6

Monochromatic Colors of #c668be

#c668be

Complementary Color

#c668be #68c670

#c668be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668be Color CSS Codes

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

#c668be Text Font Color

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

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


#c668be Background Color

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

This div background color is #c668be


#c668be Border Color

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

This div border color is #c668be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668be


Comments

No comments written yet.

Please login to write comment.